add to manual
This commit is contained in:
parent
2351875e6a
commit
dd92e4a507
@ -107,7 +107,18 @@ pub(crate) fn remove_links(markdown: &str) -> String {
|
|||||||
out
|
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(
|
pub(crate) fn external_docs(
|
||||||
db: &RootDatabase,
|
db: &RootDatabase,
|
||||||
position: &FilePosition,
|
position: &FilePosition,
|
||||||
|
@ -195,14 +195,13 @@ pub(crate) fn runnables(db: &RootDatabase, file_id: FileId) -> Vec<Runnable> {
|
|||||||
//
|
//
|
||||||
// Provides a sneak peek of all tests where the current item is used.
|
// Provides a sneak peek of all tests where the current item is used.
|
||||||
//
|
//
|
||||||
// The simplest way to use this feature is via the context menu:
|
// The simplest way to use this feature is via the context menu. Right-click on
|
||||||
// - Right-click on the selected item. The context menu opens.
|
// the selected item. The context menu opens. Select **Peek Related Tests**.
|
||||||
// - Select **Peek related tests**
|
|
||||||
//
|
//
|
||||||
// |===
|
// |===
|
||||||
// | Editor | Action Name
|
// | Editor | Action Name
|
||||||
//
|
//
|
||||||
// | VS Code | **rust-analyzer: Peek related tests**
|
// | VS Code | **rust-analyzer: Peek Related Tests**
|
||||||
// |===
|
// |===
|
||||||
pub(crate) fn related_tests(
|
pub(crate) fn related_tests(
|
||||||
db: &RootDatabase,
|
db: &RootDatabase,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user