Add bookmarks feature
This feature will allow set or clear bookmark on a line of SQL code, and allow move to successive bookmarked lines. as in Textpad (Ctrl + F2) and (Shift + F2).
-
Salman commented
there are options for bookmarking lines in SSMS (SQL Server Management Studio) as well as Visual Studio.
i will just note down the specifics for SSMS:
you can find these options in the "TextEditor" toolbar.
or
you can find the options in the Menu: Edit > Bookmarks > etc.....
or
Keyboard Shortcuts1. Ctrl+K, Ctrl+K -- Toggle marks
2. Ctrl+K, Ctrl+L -- Clear all marks
3. Ctrl+K, Ctrl+N -- Move to next bookmark
4. Ctrl+K, Ctrl+P -- Move to prev. bookmarkAlso there is a List of CheatSheets (in pdf) for Sql Server
including SQLServer2008KeyBoardShortcuts at Pinal Dave site.
http://www.pinaldave.com/sql-downloads/pdf-download/ (careful of the google ads the link is between them)