aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.24k stars 121 forks source link

The LSP and the VSCode addon using it #239

Closed ewoudje closed 11 months ago

ewoudje commented 1 year ago

The LSP implementation and the vscode extension that i have showcased before. Its WIP still; but the first wave of recommendations/changes can be made already.

Both parts are written in typescript.

TODO:

aardappel commented 1 year ago

Need to update the main docs on how to install the extension.

Also, you moved the syntax highlighting file into the extension. Is this normal? I would expect that to function regardless of whether you are using an LSP.

ewoudje commented 1 year ago

Need to update the main docs on how to install the extension.

Also, you moved the syntax highlighting file into the extension. Is this normal? I would expect that to function regardless of whether you are using an LSP.

Well it was a very small extension, now I just made it a bigger extension that boots up a LSP.

ewoudje commented 1 year ago

With the latest commit it now includes a packaged file with the full extension which is very easy to install.

ewoudje commented 11 months ago

Im unsure if I should modify some READMEs to highlight the existence of a vscode extension?

aardappel commented 11 months ago

Awesome!