Configure Order Code Completion by schema
Order code completion by schema. Currently it orders alphabetical by table name.
Lets say you have the following schema.tables :
main.fullfillmentaddress
staging.contactaddress
history.directrelatedaddress
If I type in the following
select * from address
(the code completion will suggest in this order):
staging.contactaddress
history.directrelatedaddress
main.fullfillmentaddress
I'd prefer main to always be the first schema returned. Not a big deal when you only have a few tables but we have hundreds.
1
vote
Troy Zoschke
shared this idea