castwide / vscode-solargraph

A Visual Studio Code extension for Solargraph.
Other
423 stars 25 forks source link

Provide hovers for references to Classes & other YARD items in comments #187

Open olbrich opened 4 years ago

olbrich commented 4 years ago

It's possible to reference a class or other method in a YARD document like

# This is a {Foo} class
# This is a {Foo#bar} method

It would be nice if hovering over one of those references would show the appropriate documentation for those items based on what solargraph already understands about them.