Tab-Tab fragment extension not working in SQL Server Management Studio?

In Visual Studio, you can invoke a fragment by typing its shortcut and then tab tab . For example, typing prop tab tab , you get the following:

Screen shot

In SQL Server Management Studio, this does not work. (I am using SSMS 2012).

In both environments, you can type ctrl K X and then go through the snippets folders, but I find it much more awkward.

Is there a way to make shortcut tab tab work in SQL Server Management Studio?

+8
sql-server visual-studio code-snippets ssms ssms-2012
source share
1 answer

You can use a third-party tool that provides this functionality, for example, an excellent SSMS toolkit or SQL query or SQL Complete.

+1
source share

All Articles