StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
205 stars 32 forks source link

Autocomplete list appears too often #194

Open OldStarchy opened 1 year ago

OldStarchy commented 1 year ago

It takes very little to trigger the autocomplete list.

  1. open a new editor
  2. type *
image

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.