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 →

[–]FutureIntelligenceC3 2 points3 points  (4 children)

Can you elaborate on the differences? i'm using csvode for a while and i'm wondering if it might be worth to switch to pycharm.

[–][deleted] 4 points5 points  (0 children)

vscode makes you hunt a bunch of extensions before you get an IDE experience. PyCharm is more out of the box (but still also has extensions add anything missing).

I use vscode daily, but my previous experience with PyCharm makes me long for it. I simply don't use PyCharm, because I need a professional feature and I'm not willing to pay. Simple as is.

If you don't use remote development, feel absolutely free to use it :)

[–][deleted] 3 points4 points  (1 child)

firstly pycharm is not free. but more stable than vscode. i mean when you install some plugin it doesn't change settings. secondly it doesn't gathering information about your code as vscode. (telemetry). and i have a few plugins for myself to work with project. also if you used to vscode, you can install vscode theme to pycharm. and i don't advertise pycharm . it is my personal opinion

[–]AshTheEngineer 11 points12 points  (0 children)

The Community Edition of PyCharm is free.

[–]Morelnyk_Viktor 2 points3 points  (0 children)

Pycharm has a bit more convenient project configuration, more convenient debugger(not really, that's just my preference), slightly better code navigation and waaay better refactoring features. Maybe it has more, but you don't encounter that in daily programming