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.

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.