Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

take Java search scope into account #1412

Open
martinlippert opened this issue Nov 19, 2024 · 0 comments
Open

take Java search scope into account #1412

martinlippert opened this issue Nov 19, 2024 · 0 comments
Labels
Milestone

Comments

@martinlippert
Copy link
Member

The Java tooling for VSCode introduced a search scope a while ago:

redhat-developer/vscode-java#2649
gayanper/vscode-java@a34e5c5
eclipse-jdtls/eclipse.jdt.ls#3252

This basically allows operations like find references or show hierarchy to focus the results on either all the java sources or from sources excluding test cases.

The idea here would be to take this search scope into account as well for symbols, find references, etc. It would mean that we need to get information from the Java extension about the current search scope (and updates about that setting), and take that information into account. It would either require us to take this scope into account when indexing source code or to filter out test folders from results.

@martinlippert martinlippert added this to the Backlog milestone Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant