rescript-vscode icon indicating copy to clipboard operation
rescript-vscode copied to clipboard

Official VSCode plugin for ReScript

Results 180 rescript-vscode issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/rescript-lang/rescript-vscode/assets/79187160/2d126beb-39ea-470e-994b-efdf13a7e25e) 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 ![image](https://github.com/rescript-lang/rescript-vscode/assets/16160544/80b9c0be-400b-419c-ab04-338fc894a019)

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 ![image](https://devblogs.microsoft.com/typescript/wp-content/uploads/sites/11/2023/04/linkedEditingJsx-5.1-1.gif) https://github.com/typescript-language-server/typescript-language-server/pull/732

Using latest-master. Related #824 ![image](https://github.com/rescript-lang/rescript-vscode/assets/16160544/6b50d8c9-90c5-443b-9a49-ee434e36f0f5) 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). ![image](https://github.com/rescript-lang/rescript-vscode/assets/20334754/6aa788a8-3bac-480b-922a-2fedec509c15)

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: ![a](https://github.com/rescript-lang/rescript-vscode/assets/3172014/535439ff-cb01-4e80-86ed-c47a50c5cbeb) Token output: ![b](https://github.com/rescript-lang/rescript-vscode/assets/3172014/e709bb95-c083-4980-9a95-558432e686ba) ![dr](https://github.com/rescript-lang/rescript-vscode/assets/3172014/349d6c9f-cb24-424e-9710-0cd454ff743b) ![c](https://github.com/rescript-lang/rescript-vscode/assets/3172014/db329b6c-5f97-4f0c-a557-e323ebd75543)...

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...