Planders

- Total activity 169
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 72
-
Created PyCharm should terminate Run/Debug instances when exiting
CompletedPyCharm should automatically terminate any Run/Debug instances when exiting or restarting. As far as I remember, PyCharm used to do this, but sometime I think in 2017 it stopped doing it. I am typi... -
Created Chain of spurious type warnings after clearing PyCharm cache
I'm noticing spurious type warnings popping up a lot after the cache is refreshed. It seems to be connected to not having a `-> None` return type annotation on `__init__` methods that use Python 3.... -
Created Remote debug: path mapping on Windows when remote path exists locally
Hello,I'm a big fan of PyCharm but I'm having an issue with remote debugging and path mappings that only happens on Windows, not when I use a similar setup on Mac. Has anyone else run into this? Th... -
Created Failures running Subversion annotate
Hello, I've got a PyCharm project where running Subversion annotate produces mysterious failures on many but not all of my files. All other SVN operations that I've tried work ok within PyCharm. Th... -
Created See current class/method in Navigation bar?
I have a seemingly very simple question. PyCharm has a lovely navigation bar that shows me what file I'm in at any moment. I don't see any way to make this nav bar tell me what class or method/fun... -
Created Confused about virtualenvs - need to set a lot of environment vars
Hi, I'm pretty new to PyCharm and I'm evaluating it for use with a large-ish commercial Python project. This project has been around a long time (circa 1998) and doesn't always do things the typic...