You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: