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:
Lu Wan 2024-11-16 10:23:49 -08:00 committed by GitHub
parent f9990b42fa
commit 2d3476530e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 213 additions and 2 deletions

View file

@ -762,6 +762,7 @@ impl LanguageServer {
}),
experimental: Some(json!({
"serverStatusNotification": true,
"localDocs": true,
})),
window: Some(WindowClientCapabilities {
work_done_progress: Some(true),