spring-projects / spring-projects/spring-tools

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

Open
#1,378 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

for: eclipse for: vscode theme: code completion theme: spel-support type: enhancement
Dominant language
Java
Stars
983
Forks
240
Avg merge
7d 1h
Merged PRs (30d)
7

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the existing Go To Definition support for bean identifiers and the content-assist implementations used for annotations. Investigate how the parser handles incomplete SpEL expressions and how proposals are selected in those states. Done means bean identifier content-assist works smoothly while typing incomplete SpEL expressions.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.