Overly-Agressive Auto-Completion #5527
-
I only occasionally use auto-complete when I'm stuck on a symbol name or method name, so I turn it off. I thought Also, another vote for trees. File trees, symbol trees, etc. Netrw-style is fine. Fuzzy search is fine for some use cases, but not all. Other than these two things, Helix is a very nice editor as it is. Well done! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can disable it in |
Beta Was this translation helpful? Give feedback.
There was a bug fixed after the 22.12 release about this: #5042. The
lsp.auto-complete
option turned off autocompletion from the idle timeout but not from triggers (typing a comma for example).