VS Code Extension of the Day: Bookmarks
Note This is the 2nd post in a multipart series. If you want to read more, see our series index.
The bookmarks extension adds another feature from Fat VS Code to code—the ability to bookmark a place in a document, file, or code and quickly navigate back and forth to it. One important setting you should change is bookmarks.navigateThroughAllFiles—set it to true to jump to any bookmark in your project. With false (the default), you can only navigate to bookmarks in the current file. Learn more and download it.