vladdeSV/vscode-klog

Tags autocompletion

Opened this issue · 1 comments

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.

Screenshot 2021-05-05 185208

It would be a good feature to handle tags separately, with a clearly defined icon in the completion box instead of the "abc".

Blocked by #7.