mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Improve grouping of the navigation bar
This commit is contained in:
parent
bb89dfdf6e
commit
147c228a39
1 changed files with 8 additions and 2 deletions
|
|
@ -47,8 +47,8 @@
|
|||
anchor: workspace_executeCommand
|
||||
- title: applyEdit
|
||||
anchor: workspace_applyEdit
|
||||
- title: Text Document
|
||||
anchor: textDocument
|
||||
- title: Text Synchronization
|
||||
anchor: textSynchronization
|
||||
children:
|
||||
- title: didOpen
|
||||
anchor: textDocument_didOpen
|
||||
|
|
@ -62,8 +62,14 @@
|
|||
anchor: textDocument_didSave
|
||||
- title: didClose
|
||||
anchor: textDocument_didClose
|
||||
- title: Diagnostics
|
||||
anchor: diagnostics
|
||||
children:
|
||||
- title: publishDiagnostics
|
||||
anchor: textDocument_publishDiagnostics
|
||||
- title: Language Features
|
||||
anchor: languageFeatures
|
||||
children:
|
||||
- title: completion
|
||||
anchor: textDocument_completion
|
||||
- title: resolve
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue