Autocomplete based on casing
Posted: Sun Oct 06, 2013 7:21 pm
I like to code in lower case or camelCase as I feel the language is more readable to me that way. It would be nice for the IDE to detect this and suggest completions in that case.
Considering the language is case insensitive I think this would be a great option to have and give the developer more flexibility instead of being forced to code in a very specific way (PureBasic doesn't follow the standards of Basic so why should we follow it's non-standard standards, just saying hehe
).
Considering the language is case insensitive I think this would be a great option to have and give the developer more flexibility instead of being forced to code in a very specific way (PureBasic doesn't follow the standards of Basic so why should we follow it's non-standard standards, just saying hehe

Code: Select all
procedure = procedure != Procedure
Procedure = Procedure