Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dirk Dittert
Total activity
115
Last activity
January 12, 2016 04:05
Member since
January 06, 2014 12:58
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
48
Activity overview
Posts (2)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
February 14, 2014 07:45
No, there is no "hotswap" as there is in R or Java. However, you still can do quite a log of things from the evaluate expression popup. You should be able to change values of variables, inspect the...
Community
PyCharm
Is it possible to develop code in debug mode?
0 votes
Created
February 14, 2014 07:38
This is not possible from PyCharm. Only two ways: Download the PyCharm Community source code and start hacking (not recommended) Write a program that creates the PyCharm project files and creates ...
Community
PyCharm
How create a project type
0 votes
Created
February 14, 2014 07:34
I suppose creating an issue in YouTrack would help. They don't seem to be monitoring this forum closely.
Community
PyCharm
Type hints not resolving
0 votes
Created
February 12, 2014 19:56
If you look at the quick documentation lookup, you can see where it breaks. Code analysis seems to figure out signatures for the first call: dom = minidom.parseString(document) #Inferred type: (str...
Community
PyCharm
it doesn't complete for the object?
0 votes
Created
February 11, 2014 07:45
AFAIK there isn't any. But Pedro has written a very nice introductory blog post. See here.
Community
PyCharm
Python book that uses PyCharm?
0 votes
Created
February 11, 2014 07:40
No, no idea what's going on but I'm having the same problem! There are some type hints that just are not evaluated properly and I haven't found out what is special about them or what I am doing wro...
Community
PyCharm
Type hints not resolving
0 votes
Created
February 11, 2014 07:26
Well, if you really have many many projects, you could just generate the XML files that PyCharm uses to to store its project information through small python program. Just take a look at the files...
Community
PyCharm
Setting project environment dynamically.
0 votes
Created
February 11, 2014 07:20
Here's what I am doing when I encounter an unexpected file not found problem: Open the terminal ls /<user>/Documents/my_file.txt Make sure that you copy & paste the exact same path from the error ...
Community
PyCharm
Opening a File Outside PyCharm IDE - Read Line by Line
0 votes
Created
February 11, 2014 06:59
What is git status (on the command line) saying in one of the directories that has modified files after a commit?
Community
PyCharm
Why do some files stay Modified / Blue on Commit?
0 votes
Created
February 08, 2014 11:04
I mapped it to Command S/Strg S. I need search everywhere a lot more often that Save all (which I probably have never used before).
Community
PyCharm
How to disable Double-Shift for Search Everywhere
0 votes
«
First
‹
Previous
Next
›
Last
»