Overview
Developers love Visual Studio Code (VSCode for short). According to the StackOverflow Developer Survey for 2021, VSCode is the most popular Integrated Developer Environment (IDE for short). Without further ado, here are the top 3 VSCode extensions (updated March 2022).
1. Django - Baptiste Darthenay
This extension is great for Django developers. The extension helps developers by styling Django/Jinja2 syntax within the HTML templates. No longer will devs see a "sea of white text" when putting together their front-end in a Django project. Go install plugin if you're a Django developer: https://marketplace.visualstudio.com/items?itemName=batisteo.vscode-django
2. MagicPython - MagicStack.inc
Here is a great syntax highlighter for all Python developers. It nicely highlights different keywords, decorations, declarations, etc. This extension is among the very few that I install on every PC I work on Python projects on. Download here: https://marketplace.visualstudio.com/items?itemName=magicstack.MagicPython
3. SQLite - alexcvzz
Is it safe to assume that if you code in Python you'll need to work with databases? If I take myself as an example, then yes! Using SQLite is very convenient as its a simple database to use and destroy, perfect for testing. I love using this extension while in the development stage of my Django projects so I can see how the SQL tables render before switching over to a more production suitable database such as PostgreSQL. Download here: https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite
Like the content posted on this site? Need help with another web project? Want to give some feedback? Feel free to contact me via email or social media!
Know more!