493 B
493 B
Importing 30-seconds-of-code snippets to VSCode
- Open Visual Studio Code.
- Use Ctrl + Shift + P or command + Shift + P to open the Command Palette.
- Search for
Preferences: Configure User Snippetsand thenNew Global Snippets file.... - Select a name and save in the default snippets directory.
- Copy and paste the content of
snippets.jsonfrom thevscode_snippetsfolder to the file you previously created.