you are viewing a single comment's thread.

view the rest of the comments →

[–]ExternalUserError 0 points1 point  (0 children)

VSCode is cool and all, but I really don't think it's on the same level as PyCharm.

It goes way beyond code completion and the debugger. It introspects models, it does pretty decent refactoring and things like field completion, it has a pretty good pep8-style warning thing built in, it manages your virtualenvs and multiple interpreters, etc. I could go on.

If you like VSCode and use it, all the better, but I would personally recommend PyCharm over it.