fix code completion

This commit is contained in:
FalsePattern 2023-07-29 15:55:54 +02:00
parent dff51b51aa
commit 41cbe48ce2
Signed by: falsepattern
GPG key ID: FDF7126A9E124447
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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"/>