**More Information**
* This is the 2nd post in a multipart series.
If you want to read more, see our [series index](/vs-code-extension-day)
The bookmarks extension adds another feature from Fat VS to code, the ability to bookmark to a place in a document/file/code and be able to quickly navigate backwards and forwards to it. One important setting that I think you should change is bookmarks.navigateThroughAllFiles
- set that to true and you can jump to any bookmark in your project, with false (the default) you can only navigate to bookmarks in the current file.