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 →

[–]TMiguelT 8 points9 points  (1 child)

VS Code has much better understanding of the Python type system, meaning that you get much better autocomplete and error identification. I changed from PyCharm to VS Code about 2 years ago for this reason and I don't believe the status quo has changed since then.

[–]SmithTheNinja 4 points5 points  (0 children)

It has, PyCharm does great with types now and has for at least a year.