rescript-vscode
rescript-vscode copied to clipboard
Official VSCode plugin for ReScript
I'm new to ReScript and I've been trying the VS Code extension with Format on Save enabled. However, I'd like to manually control formatting with the Format Selection command ([more...
vscode `v1.69.2` rescript-vscode `v1.5.11` Reproduce: - Open a single file in a project in [preview mode](https://code.visualstudio.com/docs/getstarted/userinterface#_preview-mode) (single click in explorer, name is shown in italics in the tab bar) -...
In the `Output > Log (Extension Host)` panel of VSCode: ``` [2022-07-31 14:38:18.978] [exthost] [warning] chenglou92.rescript-vscode - Code actions of kind 'quickfix 'requested but returned code action is of kind...
I'm using: - ReScript: 9.1.4 - VSCode plugin: 1.4.2 when having this code: ```rescript @deriving({abstract: light}) type someType = {field: string} let f = a => a->field ``` # What...
rebased on master of https://github.com/rescript-lang/rescript-vscode/pull/510
Hi Folks. Found a case here. given a codebase using rescript-apollo, with a deprecated field warning, the parser will fail its "File " branch based on the next line not...
Close #292
Follow up to PR https://github.com/rescript-lang/rescript-vscode/pull/453 Investigate supporting inlay hints for each expression in a chain of pipes.
Follow up for PR https://github.com/rescript-lang/rescript-vscode/pull/453 Tried TS inlay hints on a large TS file, and the performance was significantly better than our inlay hints on a large res file. Investigate...
Rough outline of what work to do in what order: - [x] Type based completion for function arguments https://github.com/rescript-lang/rescript-vscode/pull/668 - [x] Complete booleans, options, variant constructors https://github.com/rescript-lang/rescript-vscode/pull/668 - [x] Type...