jfecher / ante

A safe, easy systems language
http://antelang.org
MIT License
1.9k stars 80 forks source link

Lsp hover capability #187

Closed ehllie closed 8 months ago

ehllie commented 8 months ago

So far hover only provides any information for variables. Future work could be adding doc comment rendering, as well as support for hovering trait definitions. The language server might also soon be due a slight refactor as the main.rs file is starting to grow a little large.

Hover preview ![image](https://github.com/jfecher/ante/assets/20847625/5a75b389-e439-4125-8f7d-2e705369f018)
ehllie commented 8 months ago

179