Hacker News new | ask | show | jobs
by anikdas 2742 days 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.

1 comments

Does vsc have good Django support?
Not 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&targ...

Unfortunately, you'll have to test them for yourself since I don't have a use for them.

yes. I have been using it specifically for Django. You need to install the official python extension though.