Ce Guldfisk

Avatar
  • 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 ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    comprehension identation

    Answered
    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...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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.
    • 3 followers
    • 2 comments
    • 2 votes
  • 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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Editor not focused when closing run window

    Answered
    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 ...
    • 2 followers
    • 3 comments
    • 0 votes