Introduction
Visual Studio bookmark speeds up code development in big projects. Here, I mention the keyboard shortcuts.
Shortcuts
Show Bookmarks window: Ctrl + k, Ctrl + w
Toggle bookmark of a code line: Ctrl + k, Ctrl k
Skip to the next bookmark: Ctrl + k, Ctrl + n
Skip to the previous bookmark: Ctrl + k, Ctrl + p
Video demo
Tags ➡
⋅Net core
Latest Posts
- Script to copy a directory path in Bash terminal
- What is the difference between .bashrc, .bash_profile, and .profile?
- A C++ MPI code for 2D arbitrary-thickness halo exchange with sparse blocks
- Create clone of a C++ class in polymorphic way
- How to use type erasure pattern to decouple polymorphic classes in C++?