This is hopefully kind of a small request. It would be nice if autocomplete would work within a select block. Maybe there is some reason this would be difficult to implement.
By a select block I mean:
B4X:
Select Variable
Case "1": variable_here_does_not_autocomplete
End Select