rescript-vscode
rescript-vscode copied to clipboard
Official VSCode plugin for ReScript
 As you can see from the image above, with this extension enabled, the interface keyword is marked with the wrong color, which disappears when you disable the vscode extension...
Version: rescript-vscode latest-master `SidebarLayout` and `Toc` in `{SidebarLayout.Toc.title, entries}` should be a `namespace` token 
I’m using functors to generate validated primitive types, like a NonNegativeInt. It works. But the tooltip/intellisense for using the functor is kind of strange. For example, in the code below...
New feature in typescript 5.1 and typescript-language-server 4.0  https://github.com/typescript-language-server/typescript-language-server/pull/732
Using latest-master. Related #824  Repo https://github.com/aspeddro/rescript-docgen-test
When I open a project in vscode in both WSL and Windows, if I have previously used "rescript build -w", every time I reopen the project, whether I create or...
If I embed JS in res files and format the code, then it keeps increasing number of newlines between code every time I format (format on save). 
It's the second time I have the problem. I don't know how to reproduce it. Is there a way to provide you with more information for investigating when this happens...
Here is another case where tokens are getting called `namespace` rather than what it should be (in this case variable). (v1.18.0) Color is weird:  Token output:   ...
This issue tracks things that needs to be taken care of in the editor tooling to bring the DX of uncurried by default to the same level as the current...