Does anyone use #Pycharm for their daily driver? what do you like about it over other editors?
Post
Does anyone use #Pycharm for their daily driver? what do you like about it over other editors?
@slims
VSCode might have most of these but off the top of my head
* right click -> copy link straight to source code on your git server
* type hinting pop ups are nice
* easy git tooling for rebasing/merging built in
* easy setup for tools like poetry/uv/etc. and automagically installs dependencies from requirements.txt or pyproject.toml
* debugging tooling is nice (a bit confusing at first but becomes easier over time)
* multiple run configs with the ability to run them in debug mode
And more
A space for Bonfire maintainers and contributors to communicate