SQL Complete columns suggestions (intellisense) doesn't start with the columns

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
Thenrich
Posts: 105
Joined: Sun 21 Dec 2014 19:47

SQL Complete columns suggestions (intellisense) doesn't start with the columns

Post by Thenrich » Wed 15 Nov 2017 19:37

When I type 'id' as a column name in a select statement, the column suggestions drop down scrolls down and highlights the 'ident_current' function. My columns are not showing and I have to scroll up to see them. I am not interested in the built-in functions. The table's columns should always show first in the list and have focus.

Image

Deniss
Posts: 17
Joined: Mon 10 Jun 2013 11:54

Re: SQL Complete columns suggestions (intellisense) doesn't start with the columns

Post by Deniss » Tue 21 Nov 2017 11:35

At the moment, a priority is the occurrence of characters, and the first identifier that corresponds to the filter will be selected. In the next version, we plan to change the column display priority to the context-sensitive one. We will notify you as soon as these changes become available.

Post Reply