forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
953 stars 406 forks source link

Differentiate method and class in Apex Test section #5449

Closed daniel-mortensen-ovo closed 2 weeks ago

daniel-mortensen-ovo commented 7 months ago

Is your feature request related to a problem? Please describe. When I open the Apex Tests in the dropdown, I have a large amount of tests in there as all test classes are expanded to reveal all tests within each class. I can be scrolling for ages because to find the test I need. Similarly, there is no way to differentiate between class and test method and therefore it can be difficult to distinguish where I am in the larger list of classes that is alphabetised.

Describe the solution you'd like I would like an expand all/collapse all button in the upper right of the apex tests dropdown to be able to view all test classes expanded or open. Also, I think the test class name should be one color and the test method name be another so as to easily distinguish class from method when expanded.

Describe alternatives you've considered

Additional context

Screenshot 2024-02-23 at 10 41 00

git2gus[bot] commented 7 months ago

This issue has been linked to a new work item: W-15109263

daphne-sfdc commented 7 months ago

Hi @daniel-mortensen-ovo, Thank you for this feature request. We'll let you know when we implement it to improve your user experience.

diyer commented 2 weeks ago

This is partially implemented. We have collapse/expand all for Apex tests but not the color differentiator