Closed
Description
openedon Aug 30, 2022
Add support to switch workingset such as "Main Source", "Test Source" for search operations such as
- Call Hierarchy
Type Hierarchy- Reference Search
- Implementation Search
etc.
A simple implementation would be to introduce a server setting which will define the default workingset, by default this will be empty or include all main and test sources.
Then from the UI we could provide a picker to switch between Main, Test and All which are predefine values. We will show the current workingset in the status bar as well and clicking on that will trigger picker as well.
On the server side this setting will be used in the all Java search queries to define the scope of the search.
Environment
- Operating System:
- JDK version: 17
- Visual Studio Code version: 1.70.2
- Java extension version: 1.10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment