implement codemirror 6 autocomplete/hover/go-to-definition with LSP
-
autocomplete
-
hover info
-
go to definition with
cmd/ctrl + click
, showing underlined text -
wip: lint
-
🌰 examples
- typescript lsp with typescript-language-server
- python lsp with basedpyright
- go lsp with gopls
- java lsp with eclipse jdtls
npm i
# start all language servers, extra conf is required for jdtls
npm run serve:langs
# view ts/js lsp example
npm run demo
# view python lsp example
npm run demo:py
# view go lsp example
npm run demo:go
# view java lsp example
npm run demo:java
- view the example at http://localhost:8999/
-
codemirror-language-server-client
-
language-servers