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
January 10, 2014 15:06
It is possible to reformat your code according to your code style settings. However, this will only take care of indentation and spaces between methods, classes, functions. There is no way to autom...
Community
PyCharm
Code styling adjustment or disabling
0 votes
Created
January 09, 2014 14:12
If you use python 3, you can use the extended syntax:def __init__(self, b:str):However, this is not compatible with Python 2.7. For that version you have to add type information in docstrings. def ...
Community
PyCharm
How to "inform" the editor from which class a parameter is (for completions purposes)
0 votes
Created
January 10, 2014 15:39
One more thing: you could add the detection whether the script is being debugged to before_debug.py. See StackOverflow for some ideas how to do this.
Community
PyCharm
Debug Configurations - is it possible to run a few lines of code or a script file prior to debug session start?
0 votes
Created
January 11, 2014 15:47
Synchronize doesn't come up in searching pycharm help; however, reading through it more, "synchronization" does. However, one of the vcs's uses this term (Perforce?) and most of the doc refers t...
Community
PyCharm
file cache very dangerous across multiple machines
0 votes
Created
January 11, 2014 19:25
I just tried that on my Mac. All the UI fonts changed when I picked another font. Only the font for the menus didn't change but that's what I would expect on a Mac (because of the global screen men...
Community
PyCharm
How do I change the menu fonts
0 votes
Created
January 12, 2014 14:00
PyCharm offers intentions to perform these common actions (e.g. Add field for constructor parameter). You can either click on the light bulb and select the intention you want to perform or press Al...
Community
PyCharm
which hot key to do this
0 votes
Created
January 12, 2014 15:09
class Products(object): def __init__(self, name, description): pass Doesn't show the intention for me as well. Frankly, I don't know why and if this is by design or a bug. I have file...
Community
PyCharm
which hot key to do this
0 votes
Created
January 12, 2014 15:13
The auto complete pop up shows up automatically if you enter a dot. I'm using IntelliJ and not Pycharm but I guess the settings are similar: Go to Preferences > Editor > Code Completion. You can ch...
Community
PyCharm
about auto completing
0 votes
Created
January 13, 2014 23:08
As far as I remember, the plugin takes care of syncing the keymap as well. So, no need to do this manually if you're using the plugin.
Community
PyCharm
How do I share my keymap with my home version of PyCharm?
0 votes
Created
January 11, 2014 15:29
If this is the same as in IntelliJ: Go to Preferences > Appearance. There should be a checkbox Override default fonts by (not recommended). Check that box and select another font in the dropdown be...
Community
PyCharm
How do I change the menu fonts
-1 votes
«
First
‹
Previous