Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Issue Navigator #354

Open
Tracked by #347
austincondiff opened this issue Mar 31, 2022 · 0 comments · May be fixed by #2006
Open
Tracked by #347

✨ Issue Navigator #354

austincondiff opened this issue Mar 31, 2022 · 0 comments · May be fixed by #2006
Assignees
Labels
enhancement New feature or request navigator UI This is UI related workspace

Comments

@austincondiff
Copy link
Collaborator

austincondiff commented Mar 31, 2022

Description

Introduce an Issue Navigator in CodeEdit that displays a list of build, runtime, or linter issues in a centralized and navigable interface. This navigator should help users quickly identify and jump to problems in their project, improving debugging efficiency and overall workflow.

The navigator should display errors, warnings, and informational messages in a hierarchical or grouped manner, potentially organized by file or type. It should also stay synchronized with diagnostics displayed in the source editor via Line Annotations.

Requirements

  • A dedicated navigator labeled “Issues”
  • Group issues by file
  • Show concise descriptions with icons to indicate severity
  • Allow clicking on an issue to navigate to the corresponding line in the source file
  • Real-time updates as issues are added, removed, or resolved
  • Optional filters to show/hide specific severity levels
  • Support for issues emitted by:
    • Build systems
    • Linters
    • Runtime logs (if applicable in future development)
  • Issues in the Issue Navigator should match in the editor (text, type, and icons used)

Additional Context

The Issue Navigator will complement other navigators like Project and Source Control by providing a dedicated space for surfacing problems in the codebase. It should feel native to the rest of CodeEdit’s UI, aligning with existing navigation and pane behaviors.

We should use the DiagnosticManager in #2014 so that issues remain in sync with issues in the source editor (#2015).

Related Issues

@austincondiff austincondiff added enhancement New feature or request UI This is UI related workspace navigator labels Mar 31, 2022
@stale stale bot added wontfix This will not be worked on and removed wontfix This will not be worked on labels May 30, 2022
@stale stale bot added the wontfix This will not be worked on label Jul 31, 2022
@CodeEditApp CodeEditApp deleted a comment from stale bot Apr 2, 2025
@CodeEditApp CodeEditApp deleted a comment from stale bot Apr 2, 2025
@austincondiff austincondiff moved this from 📋 Todo to 🏃‍♂️ In Progress in CodeEdit Project Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request navigator UI This is UI related workspace
Projects
Status: 🏃‍♂️ In Progress
Development

Successfully merging a pull request may close this issue.

2 participants