In this repository you will find the snippets that I use in VSCode to be more efficient when programming in frameworks like Django.
To add this in your snippets you just need to do:
- Go to File.
- Preferences.
- User snippets.
- Select the language, for example Python. This will generate a JSON file called python.json.
- Now you just need to copy the code from any of these files into your snippet file.