Can I make it so that F5 doesn't "run" in VS any more? I'm too used to running queries in SSMS and then moving to VS and running my project when I'm not ready.
A case of Premature Execution?
Can I make it so that F5 doesn't "run" in VS any more? I'm too used to running queries in SSMS and then moving to VS and running my project when I'm not ready.
A case of Premature Execution?
Tools -> Options -> Environment -> keyboard
then below "Show commands containing" label type 'debug.start' w/o quotes
Go to Tools|Options, then select Keyboard under the Environment tree. In the listbox in the window, locate the Debug.Start command - you should see that it is mapped to the F5 key.
Click the Remove button to unmap the key.