You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It takes very little to trigger the autocomplete list.
open a new editor
type *
If I disable commentAnchors.tags.provideAutoCompletion the completions don't work at all (which is probably expected), even if I try to manually trigger them by typing ctrl + space.
This is incredibly annoying when combined with the neovim extension (and probably other vim-like extensions) as pressing escape to close the menu also takes you out of insert mode. The only other way to close the menu is by pressing left, which then requires a subsequent right.
The text was updated successfully, but these errors were encountered:
It takes very little to trigger the autocomplete list.
*
If I disable
commentAnchors.tags.provideAutoCompletion
the completions don't work at all (which is probably expected), even if I try to manually trigger them by typingctrl
+space
.This is incredibly annoying when combined with the neovim extension (and probably other vim-like extensions) as pressing escape to close the menu also takes you out of insert mode. The only other way to close the menu is by pressing
left
, which then requires a subsequentright
.The text was updated successfully, but these errors were encountered: