vscode-phpunit
vscode-phpunit copied to clipboard
Feature request: omit test name prefix in test list
Showing the test name prefix (such as test_) seems like a waste of space, especially when the tests have lengthy names.
It would be nice to have an option in the settings to omit that prefix.
It would be nice to have option to customize tests' tree. I would like to replace Tests\Feature\ with Feature\ or F\. It would make more space in sidebar.

Could you provide a setting similar to the previous "phpunit.files" for configuring how to find test files?