Replies: 2 comments 5 replies
-
Not sure about the second issue, but for the first one, add this to your helix config (use [editor]
idle-timeout = 0
completion-trigger-len = 1 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Helix shows all the auto-completion results the LSP sends, so there isn't anything that can be done client-side about it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
Compared to my NeoVim config with lsp-zero and cmp, the helix AutoCompletion just seems to lack a lot to be a serious competitor.
My problems are:
My Setup
I installed
vscode-language-server
through npm and jdtls by extracting to~/.local/bin/jdtls-files
and creating a symlink~/.local/bin/jdtls -> ./jdtls-files/bin/jdtls
.hx --health
has following output for java:posting my whole NeoVim config would be a bit too much I guess. It can be found here
Screenshots
auto complete with neovim
autocomplete with helix. It shows less results and
addClassNames
ist not even existentmisc
The main issue is the missing completion. I can live with the slower results, but would nice to address them somehow.
I have similar problems with css/scss files, but I think this one example shoud be enough for now. Maybe when I find a solution for this, the other one will also vanish.
When coding typescript I don't have this issue. It's just slow, but shows all possibilites for code completion
I don't know if this is a bug or might be feature request. I guess there is also a high chance, that I have just configured jdtls wrong. I just can't find any practical examples on how to configure helix for java development. Any help would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions