|
|
|
|
|
by juliusgeo
1169 days ago
|
|
I use PyCharm for my job as well as for personal projects, and it handles large codebases with type annotations very well. I would compare it to Visual Studio (not Code) in the sense that it’s a batteries included deal, which means larger initial size but I use maybe two plugins. |
|
As a long time pycharm user who recently switched to vscode, I have found pycharm's understanding of type annotations to be borderline broken.
mypy and vscode both point out this will fail when value is None, but my pycharm seems to think this is perfectly fine.