For those of us who switch back-and-forth between Visual Studio and B4A regularly, could you make the variable type "Integer" equivalent "Int" for declarations, e.g.
Or alternatively, perhaps you could make your Intellisense look for "As Integer" and automatically change it to "Int" on Enter key/space bar?
I know my backspace key would appreciate it
B4X:
Dim MyVar as Integer ' Same as Dim MyVar as Int
I know my backspace key would appreciate it