What happend to "F12" in Visual Studio

Previous versions of SQL Prompt supported opening a stored procedure or function for edit/update from a SQL window withing Visual Studio.  You just type "exec someStoredProcedureName @someParameter=10" or something similar.  Place your cursor on the "someStoredProcedureName" part, hit the F12 key and a new windows with the definition ready to read, run or edited/updated, etc.  This stopped working about 3 updates ago.  I know there are alternative ways of getting the definition, but it used to work like that and for me that about my entire use case for the product besides possibly better intellisence.  Please put this broken functionality back, like yesterday.  I need it!

Best Answer

Answers

Sign In or Register to comment.