vscode-spell-checker
vscode-spell-checker copied to clipboard
showAutocompleteSuggestions not taking any change
Hello!
I just enable the showAutocompleteSuggestions option but it is not showing any change in my vs code. I was expecting a popup below the current word that I'm typing with a list of suggestion but it is not the case.

@brunoruas2,
I think the name should be changed. It is used populate in-document directives.
It will autocomplete directives:
Typing // cspell: will show a list of directives like:
cspell:ignorecspell:wordcspell:disable-next-line
So I totally get it wrong hahaha
The feature expected (autocomplete while typing) exists in this vscode extension?