LeibiLanguageServer
This is the official Language Server plugin for the programming language LeibiLang
How to use
- Install the LeibiLanguageServer
- Install the leibi_interpreter (debugger)
- Open a directory with a
.rude file
- Have fun
Supported features
- Parser errors on save
- Typechecker errors on save
- syntax highlighting (keywords, comments)
- snippets
- commands for running the parser and interpreter
- goto definition & find references
- hover information
- debugging
Planned features
Changelog
- fix commands. Now only saved files can be run through the parser.
- fix debugging
- syntax highlighting for typeclasses
- fixed parse command when file already exists
- first work on debugging (clientside)
- small fix to prevent crashes on startup on linux
- debug option to use external language server & redirect output for server
- added commands for running files
- added simple snippets
- start own lsp for each instance of vscode
- start language server automatically (now less broken, please contant rudi if there are problems)
| |