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!