Currently, Dead Code Hunter displays unused functions, imports, and variables in a custom view on the left sidebar. While this works, it would also be very useful to surface these issues in the native Problems panel at the bottom of VS Code (where regular linter/TypeScript/ESLint errors are shown).
Criteria:
- Dead Code Hunter errors/warnings appear in the Problems panel.
- Clicking an item in the Problems panel navigates to the correct location in the code.
- Sidebar view remains available and continues working as today.
Currently, Dead Code Hunter displays unused functions, imports, and variables in a custom view on the left sidebar. While this works, it would also be very useful to surface these issues in the native Problems panel at the bottom of VS Code (where regular linter/TypeScript/ESLint errors are shown).
Criteria: