Changes in T-SQL

Is there a way to jump to changed code within a SSMS window?

I have a stored procedure that I step through manually making tweaks for testing as I go, however, I sometimes find I need to change the stored code. Since I am in the middle of a test I do not bring up a second version (original) and make the change (all on DEV system).

Now when I am done testing, I can use ctrl-z to undo the changes one at a time, however, I would like to jump through the code to see the changes. The little yellow mark is hard to see when scrolling. Is there a shortcut to find changes?

Does this post make any sense?

Thanks
DJJ

Question makes sense, yes. Not aware of such facilities in SSMS or Visual Studio

Thank you, that was the answer I expected.