Simple-Bookmark is a VS Code extension that stores file and folder bookmarks and lets users operate on them from a dedicated tree view.
src/commands/handles bookmark-related user actionssrc/providers/builds the tree view datasrc/services/manages bookmark persistence and file operationssrc/models/defines bookmark view modelssrc/assets/andsrc/exports/hold shared helpers and barrel exports
- Bookmark metadata is stored outside the extension source tree.
- The generated
out/directory is rebuilt from the TypeScript sources.