Open turion opened 4 years ago
https://github.com/meraymond2/idris-vscode works with Idris2.
https://github.com/bamboo/idris2-lsp-vscode also works with Idris2
Why so many versions of the same thing? Is there an appreciable difference between how these plugins implement things?
@ijcd
https://github.com/meraymond2/idris-vscode uses IDE-protocol to communicate with idris2
https://github.com/bamboo/idris2-lsp-vscode use LSP to communicate with idris2-lsp
I use the LSP based plugin because it has semantic tokens (better highlighting).
Idris2 is released.It seems this plugin doesn't support it yet?