Page 1 of 1

Configure Order Code Completion by schema

Posted: Thu 24 May 2018 15:18
by tzoschke
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.

Re: Configure Order Code Completion by schema

Posted: Mon 28 May 2018 11:00
by alexa
We will review this post and will answer you as soon as possible.

Re: Configure Order Code Completion by schema

Posted: Tue 29 May 2018 16:10
by alexa
There is no such a possibility. Though, you can add a suggestion on the UserVoice forum where other users can vote for it
https://devart.uservoice.com/forums/87893-sql-complete

We collect and analyze the information from this forum in order to make a proper roadmap for the future product releases.

Re: Configure Order Code Completion by schema

Posted: Tue 29 May 2018 16:36
by tzoschke
Thanks, posted on suggestion.