Language Server Protocol (LSP) server for Dylan
- Dylan 92.7%
- Emacs Lisp 5.8%
- Makefile 1.3%
- Shell 0.2%
Dylan Language Server
This is an implementation of the Language Server Protocol for Dylan.
Current Status
As of 2024年04月19日, the server implements
- Jump to declaration
- Jump to definition
- Diagnostics (i.e., compiler warnings)
- Hover (i.e., argument lists)
When applied to a symbol which is bound to a generic function, "jump to definition" will show a list containing the generic function and its specific methods, whereas "jump to declaration" will jump straight to the generic function.
See documentation/source/index.rst for full documentation.