We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5680936 commit 0871c56Copy full SHA for 0871c56
lsp-java.el
@@ -1588,7 +1588,7 @@ current symbol."
1588
:actions `(["Go to" lsp-treemacs-go-to])))
1589
nodes))
1590
1591
-(lsp-defun lsp-java--type-hierarchy-render ((item &as &TypeHierarchyItem :uri :range (&Range :start)) direction _ callback)
+(defun lsp-java--type-hierarchy-render (item direction _ callback)
1592
(lsp-request-async
1593
"workspace/executeCommand"
1594
(list :command "java.navigate.resolveTypeHierarchy"
0 commit comments