Example: I have an Entity called "Order". I created a variable called "Order". The system would normally type that as "Integer" because of the name, but because I have an Entity called "Order" it should prefer to use my "Order" type instead of Integer. Right now, it will always pick the built-in list over application types, and it drives me nuts. I shouldn't find myself loathing my variable names because of this behavior. :(
J.Ja