bestsharper

Avatar
  • 活动总数 27
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 3
  • 订阅数 8
  • 创建于

    WebStorm auto-suggesting ES5 types lib instead of later

    I have a project targeting ES2016 with the following tsconfig compiler options: "compilerOptions": { "target": "es2016", "module": "commonjs", "lib": ["es2016"]} WebStorm's suggestions however k...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Code refactor suggestions: add properties when not in __slots__

    Currently PyCharm will helpfully highlight that a given object does not have an attribute if the attribute being accessed or modified is not defined in __slots__. (Notably, the IDE won't do that if...
    • 1 个关注者
    • 0 条评论
    • 1 票
  • 创建于

    See basic value of an inherited class when debugging (std::basic_string)

    I have a class that inherits from std::basic_string. I am using LLDB for debugging on MacOS. When paused in the debugger I can see values of std::basic_string<char> (and by extension std::string) w...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 已编辑于

    Attaching to a running gevent monkey patched process [PyCharm 2018.1]

    已回答
    I'm on PyCharm 2018.1 and I am trying to debug a local process that utilizes monkey patching by Gevent. I have enabled Gevent support in the IDE, however I still cannot attach. Whenever I try to at...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 已编辑于

    Python SubTest

    Is there any way to get PyCharm to understand subtest? https://docs.python.org/3/library/unittest.html#distinguishing-test-iterations-using-subtests It's a great new functionality that is imo akin ...
    • 7 个关注者
    • 12 条评论
    • 7 票
  • 创建于

    PyCharm should detect relative paths in Analyze Stacktrace

    已回答
    Hey all! I am on PyCharm Pro 2018.1.3. I have noticed a behavioral oddity while attempting to use the Analyze Stack functionality with an external stack trace: PyCharm does not play well with relat...
    • 6 个关注者
    • 6 条评论
    • 3 票
  • 已编辑于

    Reduce nesting refactor and inspection / invert conditionals

    I was wondering if features around nesting in, say, conditional blocks are on the roadmap. Coming from R#, it was rather nice having it both be able to automatically see when nesting could be reduc...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    Invert Boolean refactor is disabled

    已回答
    Hi! I am using PyCharm 2018.1, and I was looking through various refactor options. There is an option to invert bool statements that I can see by toggling "Include disabled actions in the action (C...
    • 3 个关注者
    • 2 条评论
    • 0 票