Sdworman
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Sdworman created a post, AnsweredIDE incorrectly reports unexpected arguments to data class instance
Hi, I am using data classes with inheritance following the ideas of this SO post: https://stackoverflow.com/questions/51575931/class-inheritance-in-python-3-7-dataclasses (see top answer). I ha... -
Sdworman created a post, AnsweredVery frustrated--PyCharm says local import is unresolved reference
Hi, PyCharm is claiming a local import is an unresolved reference, but when I run the script through Run/Debug mode (yes, while the import is still highlighted as red) the script runs fine. I tr... -
Sdworman created a post, AnsweredCan't renew my license
Hi, I want to renew my license before it expires on July 24th, 2018. I went into my account and can't find a renewal link. My license is purchased through the company I work at, but it's purch... -
Sdworman created a post, AnsweredMake new vertical/horizontal split in previously existing vertical/horizontal split
Hi, if I already have a vertical/horizontal split open and I split another file horizontally or vertically, by default it creates a new split. I'd like to control this behavior with a keyboard s... -
Sdworman created a post, Execute arbitrary script every time I save a file
Hi, How can I have PyCharm execute a script every time I save a file in the IDE, e.g. I want PyCharm to scp over my project to a remote machine every time I make a change/save on my local copy. -
Sdworman created a post, How to select text by lines?
Hi, I want to be able to start a selection of text and move the caret to the end of the next line with the selection. I can't find any shortcuts or ways to do this via CMD SHIFT A or Google Search... -
Sdworman created a post, Warning to reactivate or shutdown PyCharm due to "multiple users"
Hi, I am running PyCharm on my Macbook. I have a personal Windows PC that I want to do development on as well, so I set up Remote Desktop and installed PyCharm Professional. When I started up PyC... -
-
-
Sdworman created a post, AnsweredDisable Scientific mode in PyCharm
Hi, How do I turn off Scientific mode permanently in Pycharm IDE?