Jaap van der Velde

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created Setting sources root upon clone / first use of a project
AnsweredFor some of my projects, I would like to be able get PyCharm to automatically add certain subfolders as 'Sources Root'. This is only required once, basically right after someone clones the project ... -
Created Unresolved attribute reference, simple matplotlib usage
AnsweredIn a very basic bit of example code, PyCharm is generating a warning "Unresolved attribute reference" and of course this means code completion also does not work. The code is perfectly functional h... -
Created Refactor / rename not working, or stops working
AnsweredWhen I rightclick a method name or function name, I have the option to Refactor - Rename... I can fill out the dialog, but no matter the options I select, once I click 'Refactor' or 'Preview', the ... -
Edited Separate stderr and stdout
I use the logging module for logging error messages and some of my scripts dump their output to stdout. In PyCharm, these get mixed up in the 'Run' output window in an unpredictable way. It's not h...