@@ -137,22 +137,23 @@ An example for a Configuration file is given below
137
137
138
138
## Implemented server requests
139
139
140
- | Request | Description |
141
- | ----------------------------- | ------------------------------------------------------ |
142
- | ` workspace/symbol ` | Get workspace-wide symbols |
143
- | ` textDocument/documentSymbol ` | Get document symbols e.g. functions, subroutines, etc. |
144
- | ` textDocument/completion ` | Suggested tab-completion when typing |
145
- | ` textDocument/signatureHelp ` | Get signature information at a given cursor position |
146
- | ` textDocument/definition ` | GoTo definition/Peek definition |
147
- | ` textDocument/references ` | Find all/Peek references |
148
- | ` textDocument/hover ` | Show messages and signatures upon hover |
149
- | ` textDocument/implementation ` | GoTo implementation/Peek implementation |
150
- | ` textDocument/rename ` | Rename a symbol across the workspace |
151
- | ` textDocument/didOpen ` | Document synchronisation upon opening |
152
- | ` textDocument/didSave ` | Document synchronisation upon saving |
153
- | ` textDocument/didClose ` | Document synchronisation upon closing |
154
- | ` textDocument/didChange ` | Document synchronisation upon changes to the document |
155
- | ` textDocument/codeAction ` | ** Experimental** Generate code |
140
+ | Request | Description |
141
+ | -------------------------------- | ------------------------------------------------------ |
142
+ | ` workspace/symbol ` | Get workspace-wide symbols |
143
+ | ` textDocument/documentSymbol ` | Get document symbols e.g. functions, subroutines, etc. |
144
+ | ` textDocument/completion ` | Suggested tab-completion when typing |
145
+ | ` textDocument/signatureHelp ` | Get signature information at a given cursor position |
146
+ | ` textDocument/definition ` | GoTo definition/Peek definition |
147
+ | ` textDocument/references ` | Find all/Peek references |
148
+ | ` textDocument/documentHighlight ` | Same as ` textDocument/references ` |
149
+ | ` textDocument/hover ` | Show messages and signatures upon hover |
150
+ | ` textDocument/implementation ` | GoTo implementation/Peek implementation |
151
+ | ` textDocument/rename ` | Rename a symbol across the workspace |
152
+ | ` textDocument/didOpen ` | Document synchronisation upon opening |
153
+ | ` textDocument/didSave ` | Document synchronisation upon saving |
154
+ | ` textDocument/didClose ` | Document synchronisation upon closing |
155
+ | ` textDocument/didChange ` | Document synchronisation upon changes to the document |
156
+ | ` textDocument/codeAction ` | ** Experimental** Generate code |
156
157
157
158
## Acknowledgements
158
159
0 commit comments