Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e118dd0

Browse files
authored
docs: Add typeHierarchy support in LSP feature reference (#3382)
1 parent aa20b16 commit e118dd0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/features/language-server.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,13 @@ within a few milliseconds, even on large projects.
145145
| [`textDocument/semanticTokens`][semantictokens] | ✅ Supported | |
146146
| [`textDocument/signatureHelp`][signaturehelp] | ✅ Supported | |
147147
| [`textDocument/typeDefinition`][typedefinition] | ✅ Supported | |
148-
| [`typeHierarchy/*`][typehierarchy] | ❌ Not supported | [#534] |
148+
| [`typeHierarchy/*`][typehierarchy] | ✅ Supported | |
149149
| [`workspace/diagnostic`][workspacediagnostic] | ✅ Supported | |
150150
| [`workspace/symbol`][workspacesymbol] | ✅ Supported | |
151151
| [`workspace/willRenameFiles`][willrenamefiles] | ❌ Not supported | [#1560] |
152152

153153
[#1560]: https://github.com/astral-sh/ty/issues/1560
154154
[#1976]: https://github.com/astral-sh/ty/issues/1976
155-
[#534]: https://github.com/astral-sh/ty/issues/534
156155
[callhierarchy]: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#callHierarchy_incomingCalls
157156
[codeaction]: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeAction
158157
[codelens]: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeLens

0 commit comments

Comments
 (0)