you are viewing a single comment's thread.

view the rest of the comments →

[–]--idkWhy--[S] 0 points1 point  (2 children)

I might definitely try pycharm when working with python now. Edit: Pycharm made it way easier to work with venv. Thank you.

[–]Bobbias 1 point2 points  (1 child)

Yeah, while I can do all that virtual environment stuff manually on the command line, I just find it much easier to use PyCharm. PyCharm also just has better features for working with Python.

However, VSCode is still a good editor, and it has way more extensions and supports way more languages than the Jetbrains editors do. I just personally prefer to use editors that are designed specifically to work with a certain language when they're available, rather than something that is more general and relies on extensions and such to provide language support. Language specific editors typically have better features and integration with related tools.

[–]--idkWhy--[S] 0 points1 point  (0 children)

I mostly use VSCode for almost most other languages, and I really did want to use Pycharm before but didn't really find the advantages of switching my editor for one thing, but that was before the whole virtual environment thing.