Replies: 1 comment 10 replies
-
By default, you need to write at least 2 characters for auto-complete to kick in. You can configure |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I try to use helix to replace vscode to write C/C++ code recently. Everything is good, but I notice that helix can't show the struct member suggestions when I type a
.
after a struct pointer automatically. I use the same clangd args in vscode, everything works fine. So I'm guessing this is a feature we haven't being implemented currently. Am I right?My
language.toml
file is as below:Edited:
I found that in the
language.toml
file I make some mistake, which make clangd's args I configured don't make any sense. The[language-servers.clangd]
should be[language-server.clangd]
. Correct file is as below.Beta Was this translation helpful? Give feedback.
All reactions