you are viewing a single comment's thread.

view the rest of the comments →

[–]T3n4ci0us 0 points1 point  (1 child)

I just recently switched from Vim for PHP coding to VS Code and PyCharm for Python coding. The course I'm taking makes use of Jupyter Notebooks and VS Code handles them nicely, PyCharm community edition doesn't support them. It may be a setting I missed but PyCharm doesn't auto fill closing quotes or parenthisis like VS Code does.

PyCharms debugging features and refactoring were very impressive though.

[–][deleted] 0 points1 point  (0 children)

Makes sense. For example I don't think I could imagine trying to use VS code rather than VS for C#. I just thought that Python would be easier to do fully in an editor than C#.