8 ms·
Have you tried visual studio code? I have replace all my IDEs (Pycharm, WebStorm) with vscode and never looked back. There are some issues if I am nitpicking b
by anikdas 8y ago
Have you tried visual studio code? I have replace all my IDEs (Pycharm, WebStorm) with vscode and never looked back.
There are some issues if I am nitpicking but overall the experience is just outstanding.
- thisgoodlife 8y agoDoes vsc have good Django support?
- anikdas 8y agoyes. I have been using it specifically for Django. You need to install the official python extension though.
- dnlsrl 8y agoNot built-in, but you can install extensions that cover your needs. Here are the VS Code extensions that have something to do with Django https://marketplace.visualstudio.com/search?term=django&target=VSCode&category=All%20categories&sortBy=Relevance https://marketplace.visualstudio.com/search?term=django&targ... Unfortunately, you'll have to test them for yourself since I don't have a use for them.