lsp: Retrieve links to documentation for the given symbol (#19233)
Closes #18924 Release Notes: - Added an `editor:OpenDocs` action to open links to documentation via rust-analyzer
This commit is contained in:
parent
f9990b42fa
commit
2d3476530e
6 changed files with 213 additions and 2 deletions
|
@ -762,6 +762,7 @@ impl LanguageServer {
|
|||
}),
|
||||
experimental: Some(json!({
|
||||
"serverStatusNotification": true,
|
||||
"localDocs": true,
|
||||
})),
|
||||
window: Some(WindowClientCapabilities {
|
||||
work_done_progress: Some(true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue