Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there bookmarks in Visual Studio Code?

How can I set bookmarks in Visual Studio Code? I can't find any keyboard shortcuts.

Or is there anything else that I can use instead?

like image 213
Rheinprinz Avatar asked May 12 '15 00:05

Rheinprinz


People also ask

How do I bookmark in Visual Studio?

Create and Manage Bookmarks To bookmark a line of code, place the cursor on the the line of code you intend to bookmark and use the Toggle Bookmark icon in the bookmark window. Another quick way to bookmark code is to use the keyboard shortcut Ctrl+K, Ctrl+K.

How do I see all bookmarks in Visual Studio?

Yes, the option is available under View -> Bookmark Window option. Or the keyboard shortcut of Ctrl + K , Ctrl + W to see the bookmark window.

How do you pin tabs in VS Code?

You can pin tabs in VS Code by right-clicking on the tab and selecting Pin, but there is a shortcut for that as well, Ctrl + k & Shift + Enter. (Note: Here, the tab will only be pinned if you press all the fours keys. You have to press the first two and release and then press the second two keys to pin your tab).


1 Answers

Yes, via extensions. Try Bookmarks extension on marketplace.visualstudio.com

Hit Ctrl+Shift+P and type the install extensions and press enter, then type Bookmark and press enter.

enter image description here

Next you may wish to customize what keys are used to make a bookmark and move to it. For that see this question.

like image 100
Warren P Avatar answered Oct 17 '22 10:10

Warren P