CodeEditApp / CodeEditApp/CodeEdit

✨ Bookmark Navigator

Open
#1,429 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Swift
Stars
23k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

### Description

Introduce a Bookmark Navigator panel that allows users to view, organize, and quickly jump to bookmarked lines across files. This would streamline navigation in large codebases and improve productivity when working across multiple sections of a project.

### Proposed Features

- List all bookmarks in the current workspace/project
- Show file name, line number, and a preview of the bookmarked line
- Allow bookmarks to be renamed or annotated with custom labels
- Clicking a bookmark scrolls the editor to the corresponding line
- Ability to group or filter bookmarks by file, folder, or tag
- Keyboard shortcuts for toggling the navigator and adding/removing bookmarks
- Option to persist bookmarks across sessions

### Additional Context:

This would be especially useful for users who frequently jump between key parts of their code or need to track multiple areas while debugging or implementing features.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.