Ce Guldfisk
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Indentation levels with paranthesis
pycharm formats: if ( a and ( b )): something() as if ( a and ( b)): something( I have both indent and continuation indent set to 4 spaces. Anyone knows what setting ... -
Created comprehension identation
Answeredi have the following auto formatted code: [ item for item in some_list if ( another_condition or third_condition ) and condition] i would like it to be formatt... -
Created Is it possible to customize the "more actions" menu?
I would like to remove the suggested "Update usages to reflect signature change" action from being suggested. -
Created .editorconfig for (space) "Around = in named parameter"
I am trying to disable the space around = in maned parameter and argument code styles in a single project, but i can not find any resource specifying what the key is, and it does not look like it i... -
Created Editor not focused when closing run window
AnsweredOn Debian GNU Linux Buster, when i close the run tool window, the editor does not receive focus (which it does when closing another tool window). I don't know what has focus, pressing escape after ...