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

SpEL: add content-assist for bean identifiers in SpEL expressions #1378

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

Comments

@martinlippert
Copy link
Member

With the recent addition of Go To Definition for bean identifiers in SpEL expressions, we could also provide content-assist for bean identifiers in SpEL expressions as one of the next steps here.

While figuring out proposals is easy (we have this for many annotations already), providing a smooth typing experience in those SpEL expressions needs some investigation here, especially around how well the parser deals with incomplete SpEL expressions and how we can find the best content-assist proposals in those situations.

@martinlippert martinlippert added type: enhancement theme: spel-support for: eclipse something that is specific for Eclipse for: vscode something that is specific for VSCode theme: code completion labels Oct 9, 2024
@martinlippert martinlippert added this to the Backlog milestone Oct 9, 2024
@martinlippert martinlippert changed the title SpEL: add content-assist for bean identifiers for SpEL expressions SpEL: add content-assist for bean identifiers in SpEL expressions Oct 9, 2024
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: code completion theme: spel-support type: enhancement
Projects
None yet
Development

No branches or pull requests

1 participant