Better IDE integration #537
Open
Labels
Comments
|
I believe that Sublime using TextMate syntax internally, so perhaps the Sublime syntax highlighting grammar can be raided for for the grammar and just inserted into a VSCode extension. See here: https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide |
|
getting a decent completion from jedi is easy. https://github.com/palantir/python-language-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Really nice project.
Writing in coconut files, you lose all the IDE integrations for Python. For example, I use VSCode and all the intellicode and hints of course doesn't work for cocount.
I am not too familiar but perhaps theres needs to be a separate language server or maybe you could leverage the existing Python integrations. Either way, better IDE integration would be great.
The text was updated successfully, but these errors were encountered: