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

Spring XML Config support does not show symbols with scope "File" #860

Closed
mplukas opened this issue Oct 19, 2022 · 1 comment
Closed

Spring XML Config support does not show symbols with scope "File" #860

mplukas opened this issue Oct 19, 2022 · 1 comment
Labels
for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: spring index & symbols theme: xml-support type: enhancement

Comments

@mplukas
Copy link

mplukas commented Oct 19, 2022

Spring XML Config support correctly reads bean definitions from XML resources and displays all of them with scopes "Workspace" or "Project" (and uses them for autocomplete). But for the selected Spring XML configuration file and scope "in file" (using both Ctrl+6 pop-up and Spring Symbols view) either empty list or XML tag symbols (from Wild Web Developer XML language server ?) are displayed.

(Maybe there is some interference with Wild Web Developer XML Tools plugin?)

@BoykoAlex
Copy link
Contributor

Unfortunately support for sending symbols in file for spring XML config files wasn't hooked up to Boot LS infrastructure. Should be fixed with 4618a07

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 theme: xml-support type: enhancement
Projects
None yet
Development

No branches or pull requests

3 participants