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

New setting to control search scope #3252

Open
gayanper opened this issue Aug 23, 2024 · 0 comments
Open

New setting to control search scope #3252

gayanper opened this issue Aug 23, 2024 · 0 comments

Comments

@gayanper
Copy link
Contributor

To support redhat-developer/vscode-java#2649, we need to introduce a new server setting which can be changed from the UI to control the scope of various search operation in jdt ls. The default value will always be search in all like today. A search restart should reset it back to default (all) until the client sends a update with a different value.

gayanper added a commit to gayanper/eclipse.jdt.ls that referenced this issue Aug 24, 2024
The current version support scoping the following search operations
- reference search
- call hierarchy search

with the following scopes to choose from
- all : includes all classpath entries
- main: all classpath entries excluding test
@rgrunber rgrunber added this to the End September 2024 milestone Sep 5, 2024
@rgrunber rgrunber changed the title [feature] new setting to control search scope New setting to control search scope Sep 5, 2024
gayanper added a commit to gayanper/eclipse.jdt.ls that referenced this issue Sep 17, 2024
The current version support scoping the following search operations
- reference search
- call hierarchy search

with the following scopes to choose from
- all : includes all classpath entries
- main: all classpath entries excluding test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants