fix code completion
This commit is contained in:
parent
dff51b51aa
commit
41cbe48ce2
2 changed files with 1 additions and 3 deletions
|
@ -18,8 +18,6 @@ Feature tracker:
|
||||||
- Rename symbol
|
- Rename symbol
|
||||||
- Hover documentation
|
- Hover documentation
|
||||||
- TODO:
|
- TODO:
|
||||||
- Autocomplete
|
|
||||||
(Worked with an older version of ZLS, probably a protocol change, will investigate)
|
|
||||||
- Go to implementations / find usages
|
- Go to implementations / find usages
|
||||||
(A bit broken without a PSI tree, will need to poke my nose into LSP4IntellIJ internals for this)
|
(A bit broken without a PSI tree, will need to poke my nose into LSP4IntellIJ internals for this)
|
||||||
- Workspace Symbols
|
- Workspace Symbols
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
<!-- needed for completion -->
|
<!-- needed for completion -->
|
||||||
<completion.contributor implementationClass="org.wso2.lsp4intellij.contributors.LSPCompletionContributor"
|
<completion.contributor implementationClass="org.wso2.lsp4intellij.contributors.LSPCompletionContributor"
|
||||||
id="org.wso2.lsp4intellij.contributors.LSPCompletionContributor" language="Zig"/>
|
id="org.wso2.lsp4intellij.contributors.LSPCompletionContributor" language="any"/>
|
||||||
<!-- needed for completion as well as signature help -->
|
<!-- needed for completion as well as signature help -->
|
||||||
<typedHandler implementation="org.wso2.lsp4intellij.listeners.LSPTypedHandler"
|
<typedHandler implementation="org.wso2.lsp4intellij.listeners.LSPTypedHandler"
|
||||||
id="LSPTypedHandler"/>
|
id="LSPTypedHandler"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue