You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hover api documentation are often useless as they can be long (while shown on a small hover pop-up window) and in the way of error / warning messages that are more relevant.
This pop-up window is meant for a short contextual information, rather than a full API documentation.
No doubt some people like this feature, but please add an option to disable the documentation hover. I've tried toggling on/off the Rust Analyzer hover settings, nothing worked.
The text was updated successfully, but these errors were encountered:
9264: feat: Make documentation on hover configurable r=Veykril a=Veykril
This also implements deprecation support for config options as this renames `hoverActions_linksInHover` to `hover_linksInHover`.
Fixes#9232
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
9264: feat: Make documentation on hover configurable r=Veykril a=Veykril
This also implements deprecation support for config options as this renames `hoverActions_linksInHover` to `hover_linksInHover`.
Fixes#9232
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
The hover api documentation are often useless as they can be long (while shown on a small hover pop-up window) and in the way of error / warning messages that are more relevant.
This pop-up window is meant for a short contextual information, rather than a full API documentation.
No doubt some people like this feature, but please add an option to disable the documentation hover. I've tried toggling on/off the Rust Analyzer hover settings, nothing worked.
The text was updated successfully, but these errors were encountered: