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
Pressing CtrlSpace when editing a tag should bring up a list of available tags.
Currently VS Code's built-in autocomplete will try to match any words in the document, which does work to an extent. However, VS Code also suggests words which are not tags.
It would be a good feature to handle tags separately, with a clearly defined icon in the completion box instead of the "abc".
The text was updated successfully, but these errors were encountered:
Pressing CtrlSpace when editing a tag should bring up a list of available tags.
Currently VS Code's built-in autocomplete will try to match any words in the document, which does work to an extent. However, VS Code also suggests words which are not tags.
It would be a good feature to handle tags separately, with a clearly defined icon in the completion box instead of the "abc".
The text was updated successfully, but these errors were encountered: