Skip to content
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

Open
Enn3Developer opened this issue Jun 14, 2022 · 10 comments
Open

VSCode Language Server Extension #9

Enn3Developer opened this issue Jun 14, 2022 · 10 comments
Labels
enhancement New feature or request important Something that must be resolved quickly

Comments

@Enn3Developer
Copy link
Member

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

@Maiori44
Copy link
Member

While it is nowhere near complete there is an extension for vscode
https://github.com/ClueLang/Clue-for-VSCode
It has not been published to the marketplace yet, so you have to manually install it for now

@Maiori44 Maiori44 modified the milestone: 3.0 Nov 18, 2022
@Markos-Th09
Copy link
Member

We have to make a ton of updates to Clue for vscode

@Maiori44
Copy link
Member

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?

@Markos-Th09
Copy link
Member

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

@Maiori44
Copy link
Member

A language server for 3.0 would just handle syntax errors and maybe some text completion.

@Markos-Th09
Copy link
Member

Markos-Th09 commented Nov 22, 2022

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

@Maiori44
Copy link
Member

What?

@Markos-Th09
Copy link
Member

What?

like Go to definition and rename symbol

@Maiori44
Copy link
Member

Oh. We will see.

@Maiori44 Maiori44 changed the title VSCode Language Extension VSCode Language Server Extension Mar 2, 2023
@Maiori44 Maiori44 added enhancement New feature or request important Something that must be resolved quickly labels Mar 2, 2023
@Maiori44
Copy link
Member

Since a language server is now being worked on, should we close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request important Something that must be resolved quickly
Projects
None yet
Development

No branches or pull requests

3 participants