Autocomplete delay
#8782
-
Is there a way I can turn off the autocomplete delay? Waiting for the popup to pop up is too long when editing code. Also, what's the keybind to manually trigger the autocomplete? |
Beta Was this translation helpful? Give feedback.
Answered by
Nintron27
Nov 11, 2023
Replies: 1 comment
-
This should be configurable with the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RGBCube
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be configurable with the
idle-timeout
andcompletion-trigger-len
settings inside the editor portion of the config. The keybinding to trigger the autocomplete popup isCtrl-x
.