Extend Insert Highlight Occurences feature to show popup with column name in the values area
when typing out the values for an insert statement
SSMS should popup an infotip very much like when inserting parameter for functions in Visual studio C# code.
e.g. After typing the , (comma). SSMS should show a popup
Insert into Person.Address
(
AddressLine1
, AddressLine2
,City
,StateProvinceID
)
Values
(
,N''
,N''
,N''
, __________________________
#
StateprovinceID int not NULL #
_________________________#
^ popUP
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
Please be informed that you can generate an insert template by right-clicking on the table name in the database tree and selecting "Generate Script As" option.
Best,
Devart Support Team