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
June 09, 2016 12:45
Trying again. [code] def foo(): print "sample code" return [/code] [code] def foo(): print "sample code" return [code]
Community
PyCharm
Forum formatting help
1 vote
Created
June 09, 2016 12:44
Looks like edit window is broken as well. Test 2 {code} def foo(): print "sample code" return {code}
Community
PyCharm
Forum formatting help
1 vote
Created
June 09, 2016 12:40
Using Trial and Error to see if I can figure out how to post code samples. /code def foo(): print "sample code" return
Community
PyCharm
Forum formatting help
1 vote
Created
August 12, 2013 22:14
Hopefully Kim will see this...I stumbled on an interesting fact. Having 'Smart indent pasted lines' disabled when pasting code which exceeds the margin would not result in a forced reformatting of...
Community
PyCharm
how to disable python line wrap
1 vote
Created
September 27, 2012 19:49
So apparently I had a PYTHONPATH entry that pointed to a folder which contained a trace.py. I've removed the offending entry (and created a much needed __init__.py for that module.Problem solved.
Community
PyCharm
SOLVED: ImportError: cannot import name modname
1 vote
Created
May 11, 2016 17:51
Check to see if regex is enabled. Occasionally I leave it enabled and it takes me a second to figure out why my simple search isn't working.
Community
PyCharm
Find or Replace phrases with special characters, not working
1 vote
Edited
April 18, 2022 14:12
Turns out datetime is very much a C module. There is a pure python implementation as a backup in case the C module can't be loaded. Because of this fact, you can manipulate the import to use the ...
Community
PyCharm
Stepping into datetime possible?
0 votes
Edited
October 28, 2021 15:05
I just ran into a very similar situation where I had a library installed via pip install -e ~/projects/mylibrary and break points within that library would not work. If I set breakpoints surroundi...
Community
PyCharm
Python 3.8 Debugger frame not available
1 vote
Edited
August 21, 2020 15:14
I see the 'fix all' option under 'remove parameter', but there used to be one under 'add field' as well.This is v2020.1 which doesn't have the option. I had taken a screenshot in a previous versio...
Community
PyCharm
Add field to class - missing "fix all" option
0 votes
Created
July 08, 2020 21:29
I'm not exactly sure what to call it but I don't believe it's technically either of those. I noticed while using Intellij that types would get a slightly different look to them (almost as if in a ...
Community
PyCharm
Is PyCharm going to add 'parameter hints' like Intellij has?
0 votes
«
First
‹
Previous
Next
›
Last
»