rescript-vscode
rescript-vscode copied to clipboard
Official VSCode plugin for ReScript
This is the normal behaviour: no change. When turned off, only the top dead things, and not the transitive ones, are reported.
Inside `%%private(...)` trying to rename a function's parameter, or even local variables, is not allowed.  I'm using the latest version of the extension: 1.8.1 (at the time of writing)....
I know this is a bit exotic and `%%private` is weird anyway, but I just came across this: For anything contained within `%%private(...)`, hover type hints do not work. E.g.:...
E.g. ```rescript module X = { let \"Foo" = "foo" } let x = X. ``` completes to `X.Foo` instead of `X.\"Foo"`.
Can we get an alert somewhere (maybe in the bottom bar, or a toast popup or notification) that indicates a failure to compile. I say this because I already have...
With a recent version, the extension crashes and doesn't work on RHEL7 with the following errors: ``` Error: Command failed: /root/.vscode-server/extensions/chenglou92.rescript-vscode-1.6.0/server/analysis_binaries/linux/rescript-editor-analysis.exe diagnosticSyntax /tmp/rescript_format_file_21683_0.res /root/.vscode-server/extensions/chenglou92.rescript-vscode-1.6.0/server/analysis_binaries/linux/rescript-editor-analysis.exe: /lib64/libm.so.6: version `GLIBC_2.29' not found (required...
Do not merge.
https://user-images.githubusercontent.com/49292466/191954777-0e729b68-e4fc-43b1-86e8-5358cb3f2166.mov Version: v1.7.19 pre-release
```rescript module type A = { let f: unit => unit } ``` When hovering on `A`, a type hint is shown with ```rescript module A = { let f:...
Just started learning ReScript and using VS Code for it. I noticed that - if I open a file with problems I see the squiggly lines and the problems described...