castwide / vscode-solargraph

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

Hover does not display '@note' yard tags #175

Open olbrich opened 4 years ago

olbrich commented 4 years ago

The @note yard tag can often be used to emphasize important information. Currently the Solargraph hover on methods and classes does not render these tags, potentially hiding important information.

philister commented 3 years ago

same here. Also such tags as @todo and @see castwide.solargraph 0.21.1 gem solargraph 0.39.17

thanks and regards, Phil

gradybarrett commented 3 years ago

Also having this problem. Tags I've tried include @note, @see, and @deprecated.

@params, @return, among others, work as expected.

olbrich commented 3 years ago

@raise would be another useful one to support.