Wish IDE - Code Editor - Automatic spaces adjustment

LucaMs

Expert
Licensed User
Longtime User
I don't know its "technical name" (nor its "non-technical one :D).

Surely you know what I'm talking about.

B4X:
Dim MyVar As Int=-1
automatically replaced with:
B4X:
Dim MyVar As Int = - 1

This would be very useful for:

1) improve readability;
2) searching texts.

-1 and +1 I think are the most recurring piece of code. I write always - 1, spaced, but sometimes I might forget to enter the space and searching for this code I would not find it.

[Yes, this is not a great example but it is the most recent (just happened :))]




+ 1 :)
 
Top