@@ -119,7 +119,7 @@ within a few milliseconds, even on large projects.
119119
120120| Feature | Status | Notes |
121121| ----------------------------------------------------- | ---------------- | ------------------------------------------------------------- |
122- | [ ` callHierarchy/* ` ] [ callhierarchy ] | ❌ Not supported | [ # 1976 ] |
122+ | [ ` callHierarchy/* ` ] [ callhierarchy ] | ✅ Supported | |
123123| [ ` notebookDocument/* ` ] [ notebookdocument ] | ✅ Supported | |
124124| [ ` textDocument/codeAction ` ] [ codeaction ] | ✅ Supported | Quick fixes |
125125| [ ` textDocument/codeLens ` ] [ codelens ] | ❌ Not supported | |
@@ -134,7 +134,7 @@ within a few milliseconds, even on large projects.
134134| [ ` textDocument/foldingRange ` ] [ foldingrange ] | ✅ Supported | |
135135| [ ` textDocument/formatting ` ] [ formatting ] | — | Use [ Ruff] for formatting |
136136| [ ` textDocument/hover ` ] [ hover ] | ✅ Supported | |
137- | [ ` textDocument/implementation ` ] [ implementation ] | ❌ Not supported | |
137+ | [ ` textDocument/implementation ` ] [ implementation ] | ❌ Not supported | [ # 3514 ] |
138138| [ ` textDocument/inlayHint ` ] [ inlayhint ] | ✅ Supported | |
139139| [ ` textDocument/onTypeFormatting ` ] [ ontypeformatting ] | — | [ Ruff #16829 ] ( https://github.com/astral-sh/ruff/issues/16829 ) |
140140| [ ` textDocument/prepareRename ` ] [ preparerename ] | ✅ Supported | |
@@ -151,7 +151,7 @@ within a few milliseconds, even on large projects.
151151| [ ` workspace/willRenameFiles ` ] [ willrenamefiles ] | ❌ Not supported | [ #1560 ] |
152152
153153[ #1560 ] : https://github.com/astral-sh/ty/issues/1560
154- [ #1976 ] : https://github.com/astral-sh/ty/issues/1976
154+ [ #3514 ] : https://github.com/astral-sh/ty/issues/3514
155155[ callhierarchy ] : https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#callHierarchy_incomingCalls
156156[ codeaction ] : https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeAction
157157[ codelens ] : https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_codeLens
0 commit comments