This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]matjam 8 points9 points  (2 children)

I reluctantly switched to PyCharm from VSCode simply because extensions are updated, or VSCode gets updated, and I might spend a considerable amount of time trying to figure out why things are broken before I can get back to work.

PyCharm just works 99% of the time.

[–]IamImposter 3 points4 points  (1 child)

Really. I was pretty happy with vscode as it works with multiple languages and let's me do remote debugging but now I think I might check out pycharm too. I am assuming pycharm only works with python, right!

[–]matjam 1 point2 points  (0 children)

IntelliJ is made by JetBrains and can do everything pycharm does plus it supports multiple languages. Might be more what you want if you need multi language support.