Marcel Wilson

Avatar
  • 活动总数 223
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 26
  • 订阅数 73
  • 已编辑于

    Stepping into datetime possible?

    I'm trying to step into any datetime functions or methods.  Example, I want to step into datetime.now() Debugger stops on line 4, but when I click 'step into' it skips the call and goes to line 5. ...
    • 1 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    How do you mark a class as deprecated?

    What is the proper way to get pycharm to mark a class as being deprecated?  I've seen functions and methods get crossed out, but I can't seem to get classes to appear with the strike through. Anyon...
    • 3 个关注者
    • 2 条评论
    • 1 票
  • 创建于

    Git log branch lines

    已回答
    1. Is there anyway to control the color of branch lines in the VCS git log? (either natively or via addon)  2. Is there some way to cleanup the visualization of branches?  They often look like spag...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 已编辑于

    Some imported packages do not highlight in editor

    I'm trying to understand the behavior I'm seeing in 2020.1.  (to be perfectly honest I can't remember if it worked like this in 2019)Some packages do not appear to highlight their read and write us...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Is PyCharm going to add 'parameter hints' like Intellij has?

    Intellij has a pretty neat feature where it displays parameter hints for function calls.  I'm curious if PyCharm will ever incorporate this feature? It looks like PyCharm has the foundations to su...
    • 3 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    keep maximum blank lines not working?

    In my python code style I have "Keep Maximum Blank Lines" set to 9 lines.  However, when I trigger reformat code, all multiple blank lines  in my function are reduced to a single blank line.  Am I ...
    • 4 个关注者
    • 9 条评论
    • 1 票
  • 创建于

    2018.2 type hint error at debug runtime?

    I have a function which when I look at Quick Documentation gives me the suggested typehint of OrderedDict[str, str], yet when I manually add that typehint I run into an error at debug runtime. def ...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 已编辑于

    How do you show class argument hierarchy?

    已回答
    I want to pull up the Show Usage for a class argument (parameter) that is passed into a base class.  Is it possible to do this?   (in case I'm not describing this properly)  Say I have the followin...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Where did the skeleton progress bar go? (2017.2)

    已回答
    I just installed 2017.2 (upgrade from 2017.1.3) and I noticed the skeleton progress bar is missing from the bottom of the application.  I know it's running because when I attempt to close the appli...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Is it possible to disable portion of an inspection?

    已回答
    2017.1.3 inspection detects this code as "Unexpected Argument". import timetVar = time.time()print long(tVar) https://youtrack.jetbrains.com/issue/PY-24286 appears to be the issue.  I'm curious if...
    • 2 个关注者
    • 1 条评论
    • 0 票