Ce Guldfisk
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Ce Guldfisk created a post, 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 ... -
-
-
Ce Guldfisk created a post, Answeredcomprehension identation
i 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... -
Ce Guldfisk created a post, 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. -
Ce Guldfisk created a post, .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... -
Ce Guldfisk commented, -
Ce Guldfisk created a post, AnsweredEditor not focused when closing run window
On 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 ...