Sublime Forum

Bracket space padding on autocomplete

#1

Hi there !
I was wondering if it is possible to have space padding around parenthesis on the inside only when the autocomplete is triggered.
Current action when the autocompletion is triggered (the place of the cursor is represented by the pipe symbol ‘|’):

someObject.SomeMehtod(|);

Is it possibe to change this default behavior to have this:

someObject.SomeMehtod( | );
0 Likes

#2

Anyone ?

0 Likes

#3

I guess it is not possible…

0 Likes

#4

I can’t think of any reason why anyone would want that. What’s with the useless spaces ?

0 Likes

#5

It is not a useless space, there are many different code conventions that exists.

0 Likes