dot-language-server
dot-language-server copied to clipboard
A language server for the DOT language
I'd love to try this inside VSCode. Could you complete the current TODO in the README for Usage in VSCode?
Bumps [vscode-languageserver](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/server) from 8.1.0 to 9.0.1. Commits 4f782ce New release 3.17.5 8c81fc8 Update lock files (#1323) 300fac4 Prepare new release (#1322) 3a21e09 Small formatting changes (#1319) 4e057d5 Add the workspace/foldingRange/refresh...
When I move cursor to diagostic range, I want get code action, but callback nothing. If I select diagostic range, lsp will back. I think if cursor in diagostic range...
We could package the application using this: https://github.com/vercel/pkg This would eliminate the need for Node.js installed.
Texlab provides [onSave command](https://github.com/latex-lsp/texlab/wiki/Configuration#texlabbuildonsave) so saved document is re-rendered automatically. Is it possible to achieve the same effect for dot? Essentially a background wrapper for `echo foo.dot | entr dot...