Skip to content

Commit 79c0312

Browse files
committed
docs: add document symbols
1 parent b89065d commit 79c0312

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/features.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ This plugin relies on clojure-lsp features and lsp4ij, so most work is done ther
5656
5757
![](../images/call-hierarchy.png)
5858

59+
### Document symbols
60+
61+
> <kbd>Ctrl/Cmd</kbd> + <kbd>F12</kbd>
62+
63+
![](../images/document-symbols.png)
64+
5965
### Wizard to create new Clojure projects
6066

6167
![](../images/wizard.png)

images/document-symbols.png

117 KB
Loading

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
implementationClass="com.redhat.devtools.lsp4ij.features.signatureHelp.LSPParameterInfoHandler"/>
5353
<lang.psiStructureViewFactory
5454
language="clojure"
55+
order="first"
5556
implementationClass="com.redhat.devtools.lsp4ij.features.documentSymbol.LSPDocumentSymbolStructureViewFactory"/>
5657
<callHierarchyProvider
5758
language="clojure"

0 commit comments

Comments
 (0)