How can we help you today? How can we help you today?

IntelliSense Pop When Formatting SQL

I have found it quite anoying that the intellisense pops up when I am trying to format a satement I have alreay written. For example:

First I would write:

select * from Employee where EmployeeID = 12345

Now I would return after from to begin putting the select from and where on different lines:

select * from
Employee where EmployeeID = 12345

Now I want to tab the Employee line over, but intellisense pops up:

select * from
Employee where EmployeeID = 12345

If I push tab one more time maybe because I need to formatt with more tabs because I am in an if statement the first table in the intellisense list gets written:

select * from
AS400CompanyEmployee where EmployeeID = 12345

I would love to be able to format text and not have tab then hit esc everytime.
rmeans
0

Comments

1 comment

  • Tilman
    Hi,

    Thanks for positing. In the Options dialog, on the Options tab, there is the option to disable tab to bring up the candidate list.

    Hope that helps,

    Tilman
    Tilman
    0

Add comment

Please sign in to leave a comment.