formulahendry / vscode-dotnet-test-explorer

.NET Core Test Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer
MIT License
204 stars 97 forks source link

2.0 Feature: Make dotnet test explorer UI work similar to Search so devs can work with large numbers of tests #36

Open janaka opened 6 years ago

janaka commented 6 years ago

If tests were exposed in a UI similar to search rather than Explorer more powerful UI can be built similar to Visual Studio.

I've not investigated if this is possible. I have a suspicion that VSCode doesn't allow top level menu items to be added as 3rd party extensions. Maybe making this project part of the main project is the only way.

Here's the relevant issue on the VS Code repo, I've added a comment https://github.com/Microsoft/vscode/issues/1833

janaka commented 6 years ago

As we've added a top level option since VS Code has opened that up we can think about improving the experience.