Skip to content
This repository was archived by the owner on Sep 2, 2020. It is now read-only.

Commit 86b6174

Browse files
committed
readme: update table with textDocument/documentSymbol
1 parent 94ba634 commit 86b6174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ For each transport, there is a slight difference in JSON message format, especia
116116
| -------------------:|------------------------------|-----------------------------------|
117117
| Diagnostics | `getDiagnostics` | `textDocument/publishDiagnostics` |
118118
| Autocompletion | `getAutocompleteSuggestions` | `textDocument/completion` |
119-
| Outline | `getOutline` | Not supported yet |
119+
| Outline | `getOutline` | `textDocument/documentSymbol` |
120120
| Go-to definition | `getDefinition` | Not supported yet |
121121
| File Events | Not supported yet | `didOpen/didClose/didSave/didChange` events |

0 commit comments

Comments
 (0)