I work with a lot of stored procedures and thus it would be nice when I type @ it should bring the candidate list with all the variables that I have declared.
Another suggestion I have is when declaring a variable, it should have auto complete for the Data types as well. So when I type DECLARE @Var it should pop up with all the data types. And when data types such as VARCHAR are selected it should insert () and set to cursor inside them so the user can type the length.
Another suggestion I have is when declaring a variable, it should have auto complete for the Data types as well. So when I type DECLARE @Var it should pop up with all the data types. And when data types such as VARCHAR are selected it should insert () and set to cursor inside them so the user can type the length.