Configure Order Code Completion by schema
Posted: Thu 24 May 2018 15:18
Is it possible to order code completion by schema? Currently it orders alphabetical by table name.
Lets say you have the following schema.tables :
main.fullfillment_address
staging.contact_address
history.direct_related_address
If I type in the following
select * from address
(the code completion will suggest in this order):
staging.contact_address
history.direct_related_address
main.fullfillment_address
I'd prefer main to always be the first schema returned. Is that possible? Not a big deal when you only have a few tables but we have hundreds.
Lets say you have the following schema.tables :
main.fullfillment_address
staging.contact_address
history.direct_related_address
If I type in the following
select * from address
(the code completion will suggest in this order):
staging.contact_address
history.direct_related_address
main.fullfillment_address
I'd prefer main to always be the first schema returned. Is that possible? Not a big deal when you only have a few tables but we have hundreds.