0

I mean, in Visual Studio you can easily bookmark lines (default ctrl+k) and navigate foward/backward these marks, and also select to highlight the entire line bookmarked.

I use this a lot and is very handy, specially with very long files.

I simply can't find a similar feature in Visual Studio Code for this, there's nothing about that in the docs online, and I couldn't find anything on google or here.

So is this possible? How to do this:

. Bookmark lines highlightings the entire line

. Easy navigation between the Bookmarks foward/backward

thanks!

Hajas
  • 87
  • 7
  • Possible duplicate of [Are there bookmarks in Visual Studio Code?](https://stackoverflow.com/questions/30179571/are-there-bookmarks-in-visual-studio-code) – Gama11 Apr 04 '19 at 18:36

1 Answers1

1

There's an extension providing the requested feature.

see this video for more details.

I also find this website very helful.

amirali
  • 1,888
  • 1
  • 11
  • 32