alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.65k stars 163 forks source link

[FEATURE] - File&Directory Bookmarks #582

Closed JonathanSoszka closed 1 year ago

JonathanSoszka commented 1 year ago

Being able to bookmark an entire file or directory would be incredibly useful in some contexts.

Example Use Case 1:

Jonathan works at a company, which uses a large monorepo to organize their applications. Jonathan commits to this repo quite often but really only cares about a small subset of directories that his team is responsible for.

Jonathan would benefit from being able to bookmark the directories to his teams applications within the monorepo.

Example Use Case 2:

David is tasked with contributing to a large project that his team does not own, David digs into the system and identifies key modules that he will need to use within his work.

David would benefit from being able to bookmark these modules for later reference

Possible User Experience

alefragnani commented 1 year ago

Hi @JonathanSoszka ,

The extension's idea is to mark positions in files for easier navigation, not files or directories. Everything is designed for this purpose.

Doing a quick look in the marketplace, could find a few extensions that seems to do what you need. I would suggest you to give it a try:

There is also the CodeTour extension, which has a different purpose (walkthroughs) but could be considered a mix between this and the other extensions.

Hope this helps