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

Highlight `int`, `float`, `bool`, and `char` embeded in template literals. Also highlight comments. Before: After: It's not finished, and there are quite a lot of things that need to be...

The `CONRIBUTING.md` says that https://github.com/rescript-lang/rescript-sublime is a source of truth for our Grammar, but looks like it's not really true, since it wasn't updated for the last 3 years. Should...

Currently, it seems to me there is no distinction made between a `module` and a `module type` in doc extraction (I believe, this is true for the LSP as well?)....

Original discussion: https://forum.rescript-lang.org/t/missing-type-annotation-from-generated-interface-file/5065 Not sure if this is a bug or not but when I generated an interface file using the vscode extension, it converted this type: ``` type tokenType...

Some advantages: - Automatically handles syntax errors, help messages and UNIX man page generation - Respect most of the [POSIX](http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap12.html) and [GNU](http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html) conventions. - `cmdliner` doesn't have dependencies There is...

Hi, i add earlybird debugger support in my fork of rescript-vscode. I think the visual debugger support can let more people easily to understand the OCaml analysis code logic and...

We have a vendored stdlib which exposes the `Option` module, and it would be nice to get autocomplete for it instead of `Belt.Option`.