Are there any IDEs or extensions to IDEs that allow editing stored procedures as if they were programs so that if I were to place my cursor on a call to a stored procedure when editing a stored procedure, I could hit F12 and it would load the stored procedure under the cursor into the IDE?
Being able to refactor out a block of code into a new stored procedure would also be a welcome improvement.
SSMS Tools has a lot of useful features. I’m not sure if it will do exactly what Refactor does, but worth a shot.