rescript-vscode
rescript-vscode copied to clipboard
Official VSCode plugin for ReScript
1. Go to the branch https://github.com/DZakh/sury/tree/rescript-v12.beta 2. Run `pnpm i && pnpm res` from the root 3. See how in `packages/sury/src/Sury.res` LSP is not working I also tried with a...
Similar issue to: https://github.com/rescript-lang/rescript-vscode/issues/1108 My understanding from reading forums is that currently the excellent reanalyze tool is not integrated into the lsp, but is a separate tool that can either...
Not sure what we should do but I had the following: - I opened a new `.res` file on a specific branch. - I switched to the main branch (where...
- adds tsconfig schema - adds "strictNullChecks": true to compilerOptions - adds "exactOptionalPropertyTypes": true to compilerOptions - resolves type errors
Repro in App.res https://github.com/DZakh/test-stdlib v12-rc.5
Hard to reproduce but every once in while I see thing like: ``` It's possible that your build is stale. Try to clean the artifacts and build again? Here's the...
For example I want to get autocompletion on `@codemirror/language`, writing `langu` will find it, but writing `@codem` or even `@c` and you'll get no autocompletion.
Hey, I'm a fan of defining my (react) components with `jsx.componentWithProps` instead of using labeled arguments. Unfortunately I had to figure out, that the goto definition command doesn't work for...
Fixes #1110
To get the Rescript vscode plugin working on Ubuntu Linux I needed to manually install the package
To get this plugin to work on my ubuntu linux machine, I needed to run `pnpm add -D @rescript/[email protected]` manually. Once I did that v1.64 of the plugin worked perfectly....