First time here? Check out the FAQ!

smeet's profile - activity

2021-03-15 11:13:46 -0500 received badge Notable Question (source)
2021-02-16 10:51:26 -0500 marked best answer Adding spaces between parentheses and arguments

I like to format my code with spaces between parens and args:

def someMethod( self, anArg, anotherArg ):
    someFunction( anotherFunction( 1, 2, 3 ) )

Is it possible to have Wing help with this by auto-completing with this formatting? I couldn't find anything in the preferences.

2021-02-16 10:51:21 -0500 received badge Popular Question (source)
2021-02-12 07:16:23 -0500 received badge Student (source)
2021-02-11 19:54:01 -0500 asked a question Adding spaces between parentheses and arguments

Adding spaces between parentheses and arguments I like to format my code with spaces between parens and args: def someM

2021-01-04 20:37:42 -0500 answered a question How to restore my code to 20 minutes back?

We are now in 2021, has this changed? One of the most helpful features I found in PyCharm was File History, which allow