chiefmyron / phpunit-test-workbench

An extension to integrate PHPUnit with the native Test Explorer functionality within VS Code. Zero configuration required for common environment setups.
https://marketplace.visualstudio.com/items?itemName=chiefmyron.phpunit-test-workbench
MIT License
5 stars 2 forks source link

Display test indicators in sticky scroll headers #103

Closed macbookandrew closed 4 months ago

macbookandrew commented 4 months ago

I love the pass/fail/running test indicators in the gutter.

How feasible would it be to display them in the sticky scroll header as well? Try the editor.stickyScroll.enabled setting:

SCR-20240607-ljvm

chiefmyron commented 4 months ago

Hi @macbookandrew! Thanks for your interest in the extension.

Unfortunately, the location and behaviour of the test indicators in the editor is controlled by VS Code itself, as opposed to the framework, so there's not much I can do for this one sorry.

I like the idea though - it might be a good idea to raise the ticket in the vscode repo as a feature request.

macbookandrew commented 3 months ago

Thanks! Opened an issue here