rescript-vscode
rescript-vscode copied to clipboard
Official VSCode plugin for ReScript
Currently the binary file `rescript-editor-analysis.exe` fails to run on aarch64 architecture. ``` bash: /root/.vscode-server/extensions/chenglou92.rescript-vscode-1.4.2/server/analysis_binaries/linux/rescript-editor-analysis.exe: cannot execute binary file: Exec format error ``` ``` $ uname -m aarch64 ``` Would it...
 I think there should be a hint, e.g. greeting is string, but nothing poped up. It can auto-complete `external` keyword as expected.  Rescript compiler works properly.  I'm...
``` Something went wrong parsing the json output of reanalyze: 'SyntaxError: Unexpected token W in JSON at position 4' ``` I can't find the output that causes this error in...
Extension version `v1.5.13` Server crashes repeatedly: ``` TypeError: Cannot read properties of undefined (reading 'content') at Object.parseCompilerLogOutput (/nix/store/9kqvjbaq67qb6zwb2y8gvnr1y7m31mvl-vscode-extension-chenglou92-rescript-vscode-1.5.13/share/vscode/extensions/chenglou92.rescript-vscode/server/out/utils.js:531:61) at /nix/store/9kqvjbaq67qb6zwb2y8gvnr1y7m31mvl-vscode-extension-chenglou92-rescript-vscode-1.5.13/share/vscode/extensions/chenglou92.rescript-vscode/server/out/server.js:108:68 at Map.forEach () at sendUpdatedDiagnostics (/nix/store/9kqvjbaq67qb6zwb2y8gvnr1y7m31mvl-vscode-extension-chenglou92-rescript-vscode-1.5.13/share/vscode/extensions/chenglou92.rescript-vscode/server/out/server.js:105:19) at FSWatcher. (/nix/store/9kqvjbaq67qb6zwb2y8gvnr1y7m31mvl-vscode-extension-chenglou92-rescript-vscode-1.5.13/share/vscode/extensions/chenglou92.rescript-vscode/server/out/server.js:179:5) at...
Closes https://github.com/rescript-lang/rescript-vscode/issues/252 This implements signature help for function applications. Signature help is an "interactive" help hint you get when calling a function, that tells you what parameters the function has,...
Add basic support to convert type to module. - Support types inside module? Current state: - Does not support types inside module - Does not support recursive types. **TODO**: -...
After #97 and #525 have been merged we can provider basic syntax highlight when hovering. **Current state**  Apparently vscode does not detect ```res example as rescript syntax. In markdown...
Are the analysis and server in vim-rescript copied and pasted from this project? I think the "/analysis" and "/server" should be put in a "rescript-lsp-server" repository (or use monorepo ?)...
Work in progress. Exploring type based autocomplete.
The reason to rewrite the client in ReScript seems pretty obvious to me. It will help us to get a more concrete and more manageable client application. Any plan for...