-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode Language Server Extension #9
Comments
While it is nowhere near complete there is an extension for vscode |
We have to make a ton of updates to Clue for vscode |
The syntax highlighting is easy enough to fix once 3.0 is out, but should the language server be made for 3.0 or 4.0? |
it would be quite some work to implement all the relevant requests |
A language server for 3.0 would just handle syntax errors and maybe some text completion. |
and maybe implement basic goto and refactor related requests |
What? |
like Go to definition and rename symbol |
Oh. We will see. |
Since a language server is now being worked on, should we close this? |
I just found out about the project and wanted to fiddle with it a bit, but when I searched for a Clue extension on VSCode it wasn't there.
I think that's something really useful for the userbase and should 100% be implemented.
Here's the official guide on how to make one and this one seems to be a bootstrapper tool to make a syntax highlighter
Typescript example
The text was updated successfully, but these errors were encountered: