Nested if/repeat blocks is VSCode #73
-
Love the extension. Thank you. I do have a small puzzle that someone might be able to hint and resolve. I trying to use the I tab past
Where ␣ indicates where the cursor is. Then I type in
I was expecting an offer of the
But I just got The issue seems too be that if a I suspect that this may not be a problem on FYI: I am mostly up-to-date.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @NevilleDNZ , This is a VS Code behavior, not the extension/snippets. I just tested some native TypeScript snippets, and it does the same thing. And it does not matter if the snippet has Otherwise, you can change this behavior, if you change a VS Code setting 😬
Now the secondary snippets will be shown Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @NevilleDNZ ,
This is a VS Code behavior, not the extension/snippets. I just tested some native TypeScript snippets, and it does the same thing. And it does not matter if the snippet has
defaulttext
or not, the secondary snippet is not automatically shown.Otherwise, you can change this behavior, if you change a VS Code setting 😬
Preferences / Configure User Settings
snippet
Editor > Suggest: Snippets Prevent Quick Suggestions
Now the secondary snippets will be shown
Hope this helps