Skip to content

Display compiler warnings and build messages in the IDE Build Output instead of the test output panel #32

Description

@tanmaythegreat

I have a small feature request that I believe would improve the user experience.
When running a solution, compiler diagnostics (such as warnings and compilation errors) are displayed inside the plugin's output/test results panel.
This makes it harder to inspect compiler messages, especially when there are multiple warnings or when navigating between diagnostics.

Proposed Improvement

It would be very helpful if compiler output (warnings, errors, and other build messages) were forwarded to the IDE's Build Output tool window instead of (or in addition to) the plugin's output panel.

This would provide several benefits:
The Build Output window is designed for compiler diagnostics and offers better readability.
IDE features such as navigating to the corresponding source location would continue to work naturally.
The plugin's output panel could remain focused on test case execution and program output, making both views easier to use.

Image Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions