We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d0a61 commit 8e77bb3Copy full SHA for 8e77bb3
src/language_server_protocol.rs
@@ -947,6 +947,22 @@ impl LanguageClient {
947
}),
948
..SignatureHelpCapability::default()
949
950
+ declaration: Some(GotoCapability {
951
+ link_support: Some(true),
952
+ ..GotoCapability::default()
953
+ }),
954
+ definition: Some(GotoCapability {
955
956
957
958
+ type_definition: Some(GotoCapability {
959
960
961
962
+ implementation: Some(GotoCapability {
963
964
965
966
..TextDocumentClientCapabilities::default()
967
968
workspace: Some(WorkspaceClientCapabilities {
0 commit comments