rescript-vscode
rescript-vscode copied to clipboard
Official VSCode plugin for ReScript
```rescript let obj = { "someField": 42, } ``` Hovering over "someField" gives ```rescript (~someField: int) => {"someField": int} ```
We recently improved the errors around Reanalyze failing for some unknown reason: https://github.com/rescript-lang/rescript-vscode/pull/544 Let's do the same type of thing (recover from error, prompt the user that there's been an...
I expect to get an autocomplete for the rest `Info` props here.
VSCdoe ReScript extension autocomplete very slow.  env: - VSCode 1.87.2 (system setup) - ReScript extension: v1.50.0 - Windows 10 x64
It seem that there is no way to change the indentation size while reformatting the code. It is always 2 spaces ignoing every other setting saying otherwise.
Reproduction for: https://github.com/rescript-lang/rescript-vscode/issues/933 - easy to reproduce by setting jsx version to 4 - works correctly with jsx version 3 ``` module Test = { let fn = (~arg as...
It's broken for labeled arguments
I would like to sponsor some money to this project, but i can not find any button or link.
When I compile this code with rescript v11.0.1, it works fine. `npx rescript format -all` does not change it: ```rescript type checker = int => bool let makeChecker: int =>...
Fixes https://github.com/rescript-lang/rescript-vscode/issues/902 @woeps please look through this and say what you think. A few things I can think of right away: - We don't indicate when a module is implementing...