Skip to content

cgay/lsp-dylan

 
 

Repository files navigation

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.

About

Language Server for Dylan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dylan 93.3%
  • Emacs Lisp 5.2%
  • Makefile 1.3%
  • Shell 0.2%