In Visual Studio Code, snippets is not work in comments or string. For example, I create snippet 't' for 'test', then type 't' in comment like
# t
or in string like
"this is a string t"
then there no suggestion and press 'tab' is not work.
How to use snippets in comment and string, in visual studio code?
settings.json
or through the nav bar: Code > Preferences > Settings > search for 'quick' > click the result to 'edit in settings.json' – Hermosillo