Closed
Description
in redgate you can do things like ii[tab] to get insert into, and then when you type the table name it'll expand out the fields in the field name section, and then put in blank values for each field. Very useful.
I have custom snippets that can turn ii[tab] into insert into table (fields) values (values), but it'd be great if there was a way to recognize inserts and expand out the fields automatically.
same with exec. when I select the sproc I'd love if I could get an auto expansion of the params. similar to #37