Page 1 of 1

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

Posted: Wed 15 Nov 2017 19:37
by Thenrich
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

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

Posted: Tue 21 Nov 2017 11:35
by Deniss
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.