dylan-lang / lsp-dylan

Language Server for Dylan (alpha)
MIT License
8 stars 2 forks source link

Hover implementation #10

Closed pedro-w closed 2 years ago

pedro-w commented 2 years ago

This is a simple implementation of the textDocument/hover operation. The information comes from the environment-object-description implemented by the compiler. It is shortened to just show "kind method (params) => return", where kind is method or generic. Having longer hover texts seems to be the norm on VS Code but i found them quite intrusive on emacs.