Skip to content

Nested if/repeat blocks is VSCode #73

Answered by alefragnani
NevilleDNZ asked this question in Q&A
Discussion options

You must be logged in to vote

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 😬

  1. Open Preferences / Configure User Settings
  2. Search for snippet
  3. You will find a setting named Editor > Suggest: Snippets Prevent Quick Suggestions
  4. Uncheck the checkbox

Now the secondary snippets will be shown

Hope this helps

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alefragnani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants