views:

19

answers:

1

Hi,

I'm looking for a plugin/addin for Visual Studio in order to bookmark a line of code.

For example bookmark line xx in file yy with mark "(1)" with keyboard shortcut alt+1 and then just pressing ctrl+1 in order to move to the line (1).

Is there anything like this?

Thanks!

+2  A: 

Built-in:

CTRL+K, CTRL+K Create a bookmark

CTRL+K, CTRL+N Next Bookmark

CTRL+K, CTRL+P Previous Bookmark

Mitch Wheat
Thanks! It looks good.
MartyIX
And is there something more sophisticated? Like the system with numbers as I described?
MartyIX