Replies: 2 comments
-
Seem like this is a rust-analyzer LSP Extension and as such would only work for Ideas? |
Beta Was this translation helpful? Give feedback.
-
There was some prior discussion1 about language-specific LSP extensions. It would be perfect for a language-specific plugin once the plugin-system is featureful enough to support it, but it's a bad fit for core since it's specific to language or small subset of languages. For now it's best to keep any necessary changes up to date in a fork Footnotes
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your feature request
I'd like a command to open the external documentation for an item under the cursor, like this.
For instance, it will open docs.rs for a symbol in a Rust buffer.
Beta Was this translation helpful? Give feedback.
All reactions