-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add vscode extension #1
Add vscode extension #1
Conversation
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fantastic!
Instead of going through the code here I downloaded and installed the extension locally in VS Code and played around with it. Installation was pretty straightforward.
The syntax checking, definition lookup, and snippets all work great and I love it.
I was looking for a way to see what subset of features of the LSP this extension supports, maybe a checklist of sorts? Is there a way for us to see that?
I have some very minor comments below.
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
I have rewritten the README with this information |
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
This PR replaces everything in this repo with a vscode extension written in TypeScript that contributes a number of features
Features
chplcheck
LSP serverchplcheck
in LSP modechpl-language-server
chpl-language-server
.chpl
files[Reviewed by @ShreyasKhandekar]