Configure Order Code Completion by schema

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
tzoschke
Posts: 4
Joined: Wed 23 May 2018 15:38

Configure Order Code Completion by schema

Post by tzoschke » 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.

alexa

Re: Configure Order Code Completion by schema

Post by alexa » Mon 28 May 2018 11:00

We will review this post and will answer you as soon as possible.

alexa

Re: Configure Order Code Completion by schema

Post by alexa » Tue 29 May 2018 16:10

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.

tzoschke
Posts: 4
Joined: Wed 23 May 2018 15:38

Re: Configure Order Code Completion by schema

Post by tzoschke » Tue 29 May 2018 16:36

Thanks, posted on suggestion.

Post Reply