Jaap van der Velde

- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
创建于 Setting sources root upon clone / first use of a project
已回答For 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 ... -
创建于 Unresolved attribute reference, simple matplotlib usage
已回答In 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... -
创建于 Refactor / rename not working, or stops working
已回答When 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 ... -
已编辑于 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...