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

Go To Definition in SpEL expressions does not find methods in type hierarchy #1370

Open
martinlippert opened this issue Oct 8, 2024 · 0 comments
Labels
for: vscode something that is specific for VSCode theme: spel-support type: enhancement
Milestone

Comments

@martinlippert
Copy link
Member

The definition provider for SpEL expressions support the Go To Definition functionality for method names mentioned in expressions, but it can't find those methods when they are defined in supertypes.

Example:

#{@testBean1.foo()}

Go to definition for foo works nicely when foo is defined in the class of testBean1, but it does not work when foo is defined in a superclass of testBean1.

@martinlippert martinlippert added this to the Backlog milestone Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: vscode something that is specific for VSCode theme: spel-support type: enhancement
Projects
None yet
Development

No branches or pull requests

1 participant