Snippets
#11525
Replies: 1 comment
-
Where snippets exactly reside in VSCode is a simple question with a somewhat complicated answer. See here: https://stackoverflow.com/questions/69347454/where-do-code-snippets-reside-in-visual-studio-code Best bet would be to create a user snippet which does what you want. Then, you can tab-choose that and you can get your required code expanded. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone, I have installed the Microsoft extension for IntelliSense, and it offers some cool snippets, but I would like to change the main snippet, because I don't want to put the const before argv, is there any way to edit.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions