Replies: 1 comment
-
That completion is caused by trigger characters rather than the idle timeout helix/helix-term/src/commands.rs Lines 3315 to 3323 in b33516f |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
The
idle-timeout
configuration option appears to have no effect.Reproduction Steps
In your
config.toml
file, under[editor]
do something likeidle-timeout = 10000
. Then reload the configuration file, reboot your LSP (maybe restart Helix for good measure). In any case, when you typefoo.
(whenfoo
is assigned to some struct in the environment), the completions dialog opens instantly (as soon as you type the dot) to display every member offoo
. The dialog should not appear unless you idle for 10,000 milliseconds (10 seconds).Helix log
n/a
Platform
macOS Ventura 13.4.1
Terminal Emulator
iTerm2 (Build 3.4.19)
Helix Version
helix 23.05 (7f5940b)
Beta Was this translation helpful? Give feedback.
All reactions