I don't know its "technical name" (nor its "non-technical one ).
Surely you know what I'm talking about.
automatically replaced with:
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
Surely you know what I'm talking about.
B4X:
Dim MyVar As Int=-1
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