mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
add to manual
This commit is contained in:
parent
2351875e6a
commit
dd92e4a507
2 changed files with 15 additions and 5 deletions
|
@ -107,7 +107,18 @@ pub(crate) fn remove_links(markdown: &str) -> String {
|
|||
out
|
||||
}
|
||||
|
||||
/// Retrieve a link to documentation for the given symbol.
|
||||
// Feature: Open Docs
|
||||
//
|
||||
// Retrieve a link to documentation for the given symbol.
|
||||
//
|
||||
// The simplest way to use this feature is via the context menu. Right-click on
|
||||
// the selected item. The context menu opens. Select **Open Docs**.
|
||||
//
|
||||
// |===
|
||||
// | Editor | Action Name
|
||||
//
|
||||
// | VS Code | **rust-analyzer: Open Docs**
|
||||
// |===
|
||||
pub(crate) fn external_docs(
|
||||
db: &RootDatabase,
|
||||
position: &FilePosition,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue