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.
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.