I use SQL Server Management Studio. One of the time-saving features that helps me a lot they way you can set new keyboard shortcuts. I've set a combination of keys to execute sp_helptext
, so I can select the name of a stored procedure and see its definition on the results pane.
I am trying to use Visual Studio (2013 pro) now to work on my SQL code. I can't find any way to set new key combinations like I do in SSMS.
Is it possible to set a shortcut for sp_helptext
in VS? How can I do it?