|
|
|
|
|
by ahallan
2058 days ago
|
|
I moved/was pushed over to Python around a year ago, after writing C# for 15 years. My Python setup is as follows: * vscode * pylance * black formatter * flake8 * python typing annotations used as much as possible This seems to work very well with regards to autocomplete and preventing run-time errors. One thing I do miss is proper refactoring support. |
|
You should try PyCharm then. That, and their debugger is orders of magnitudes better than VSCode.