rescript-vscode
rescript-vscode copied to clipboard
Official VSCode plugin for ReScript
It's pretty common in ReScript that you want to add some method to a type and thus want to restructure it into its own submodule. E.g. ```rescript type readState =...
Related to module level docstring support (see [syntax issue](https://github.com/rescript-lang/syntax/issues/579)). When e.g. type hinting `Belt_Array`, I get `file module` as docs: Ideally, it would show the module level docs instead.
fsharp / ionide has this feature  maybe we can have similar feature (note that `//` at end of line are not comments they are virtual texts)
as more features being introduced in server the communication get's trickier (syncing types / deciding where some specific logic should live / avoid logic duplication). it might be good to...
A command could be added to add *all* `@dead` annotations to the project, just as `-w` does in the CLI. A command could actually remove all the dead code. These...
`reason-vscode` has quite useful `Show the fully ppx code for this file` command that shows what the ppx result would look for that file. Is it possible to replicate this...
https://user-images.githubusercontent.com/13261088/119528876-d0c13880-bd96-11eb-8315-4b7f89b8a30a.mp4 Example from scala. I'm not sure how this should be done. scala has advantage of `match` keyworkd coming after target expression so can decide to show that snippet based...
https://microsoft.github.io/language-server-protocol/specification#textDocument_signatureHelp
Missing because of some corrupt installation (as happened to @ryyppy). Malfunctioning as in: does not even run (nix, or wrong glib).
In a setup with at least one namespaced package, where I change something in the namespaced package, errors for a consuming package only appear on the problems tab when at...