grain-language-server icon indicating copy to clipboard operation
grain-language-server copied to clipboard

Grain support for Visual Studio Code

Results 19 grain-language-server issues
Sort by recently updated
recently updated
newest added

vscode textmate syntax highlighting issue it can be seen on line 1632 of string.gr in the stdlib happy to make a github issue if you guys want ![image](https://user-images.githubusercontent.com/40705786/191383516-1e4d610c-0a8f-4ab3-8df1-124ae890fb77.png)

Probably using this: https://github.com/PanAeon/vscode-tmgrammar-test

It looks like the new `include` syntax isn't handled perfectly just yet. ![Screenshot 2024-03-29 at 1 55 02 AM](https://github.com/grain-lang/grain-language-server/assets/40705786/5bc6c5dd-944c-44bd-a39b-f0205f0ca9da) We should highlight the identifier after the `as` properly

Julia, FSharp, and many other languages have a “compile” button at the top right of VSCode. They also allow evaluating code by selecting it and hitting shift+enter. ![Screenshot_20230905_144549](https://github.com/grain-lang/grain-language-server/assets/6344099/dd07c9ac-48eb-4f5d-852b-044807e781ff) Grain seems...

We have not added syntax highlighting support for the new `and` syntax added in `v0.6` yet.

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

The inlay hints added to the lsp are an awesome addition but not for everyone especially if we add them in other places in the future such as we inlay...

enhancement

![image](https://user-images.githubusercontent.com/40705786/229903177-0a2ea280-785a-4632-8120-341eaa618324.png) Syntax highlighting seems to mess up on record attached to an enum constructor I know this a hard problem given `{` and block statements often get confused but figure...

bug

Currently the grain lsp only reruns when you modify the file this is nice but if you are fixing an issue in another file and come back that error is...

enhancement