SpontanCombust / witcherscript-ide

Language Server implementation for WitcherScript - Witcher 3's scripting language.
https://spontancombust.github.io/witcherscript-ide/
Apache License 2.0
10 stars 0 forks source link

[FEATURE] Display symbol comments as documentation #17

Open SpontanCombust opened 6 months ago

SpontanCombust commented 6 months ago

Use comments written above functions, variables etc. as documentation and display it when hovering above those symbols.

Possible implementation: check if the previous sibling of a target node is a comment node. If yes use this node's to display the documentation.

SpontanCombust commented 6 months ago

Blocked by #7