bestsharper
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
Created 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... -
Created 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... -
Created 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... -
Edited Attaching to a running gevent monkey patched process [PyCharm 2018.1]
AnsweredI'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... -
Edited 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 ... -
Created PyCharm should detect relative paths in Analyze Stacktrace
AnsweredHey 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... -
Edited 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... -
Created Invert Boolean refactor is disabled
AnsweredHi! 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...