-
Notifications
You must be signed in to change notification settings - Fork 211
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
[spring index] replace EnhancedSymbolInformation for beans with new spring index information #1041
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: spring index & symbols
type: enhancement
Milestone
Comments
This is used by the XML bean ref content-assist and definition providers, so a prerequisite of this is to integrate the XML symbol scanning into the new bean index. |
martinlippert
added a commit
that referenced
this issue
Jan 8, 2025
martinlippert
added a commit
that referenced
this issue
Jan 9, 2025
…ated to use spring index instead of symbols
martinlippert
added a commit
that referenced
this issue
Jan 9, 2025
martinlippert
added a commit
that referenced
this issue
Jan 15, 2025
martinlippert
added a commit
that referenced
this issue
Jan 16, 2025
Closing this for now and the |
martinlippert
added a commit
that referenced
this issue
Feb 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: spring index & symbols
type: enhancement
The enhanced symbol information for
BeansSymbolAddOnInformation
doesn't seem to be necessary anymore given the new spring index that provides the same information, so we should removeBeansSymbolAddOnInformation
and use the new spring index instead we necessary.The text was updated successfully, but these errors were encountered: