Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBetter 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 |
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.