Jaap van der Velde

Avatar
  • 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

    Answered
    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 ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Unresolved attribute reference, simple matplotlib usage

    Answered
    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...
    • 4 followers
    • 7 comments
    • 2 votes
  • Created

    Refactor / rename not working, or stops working

    Answered
    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 ...
    • 20 followers
    • 30 comments
    • 13 votes
  • 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...
    • 1 follower
    • 0 comments
    • 11 votes