Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Marcel Wilson
Total activity
223
Last activity
April 18, 2022 14:12
Member since
September 09, 2010 19:57
Following
0 users
Followed by
0 users
Votes
26
Subscriptions
73
Activity overview
Posts (31)
Comments (93)
Sort by recent activity
Recent activity
Votes
Created
December 09, 2016 19:34
I think you're going to have to show us more of your code to understand why that's not working. I did the following in python 2.7.
Community
PyCharm
Comma symbol not joining two lines of code into one line
0 votes
Created
December 09, 2016 19:26
Are you describing the ability for the debugger to recognize object types as instances of a non-builtin class? Pycharm does this very well, IMO. Here is an example of that.
Community
PyCharm
Debugger custom Type Renderers in Python
0 votes
Created
November 28, 2016 18:13
Are you on Community Edition or Full version? A coworker of mine has been using community edition and commented about after he updated to 2016.3 that it didn't import his settings from 2016.2. ...
Community
PyCharm
PyCharm and saving settings
0 votes
Created
November 28, 2016 18:10
I hope that's not true. I'm still on 2016.2 for the moment, but a whole bunch of our code has asserts that act as both debug and a means to type hint in editor. Is there a new option setting that ...
Community
PyCharm
Using asserts for type hinting
0 votes
Created
November 22, 2016 14:26
Done: PY-21562 was created for this.
Community
PyCharm
Extract Method not prompting for duplicates?
0 votes
Created
November 22, 2016 14:16
Gotcha, thank you.
Community
PyCharm
Move package triggers optimize imports?
0 votes
Created
November 04, 2016 20:21
I'm looking for something just like this. Ever find anything that does this?
Community
PyCharm
Livetemplate script over args
0 votes
Edited
August 05, 2016 14:45
Does this help you? https://www.jetbrains.com/help/pycharm/2016.1/type-hinting-in-pycharm.html You can specify the return type from the method using :rtype: object
Community
PyCharm
Type hinting list of objects
0 votes
Edited
August 05, 2016 14:24
uncheck the option "Collect run-time types information for code insight". Does it help? I'll be darned, that was it! I want to make sure I understand the ramifications of this. That setting is w...
Community
PyCharm
Debugger step over works differently in 2016.2
0 votes
Edited
August 04, 2016 18:43
C:\Python27\python.exe "C:\Program Files (x86)\JetBrains\PyCharm 2016.2\helpers\pydev\pydevd.py" --multiproc --save-signatures --qt-support --client 127.0.0.1 --port 61657 --file D:/wx/qasandbox/le...
Community
PyCharm
Debugger step over works differently in 2016.2
0 votes
«
First
‹
Previous
Next
›
Last
»