Skip to content

Fix code completion suggestions after static property accesses #220

@xterao

Description

@xterao

When code completion is invoked immediately after a static property call, package names are suggested instead of the expected members.

When completion is triggered with a trailing @, the suggestions mirror those for SqlElClass elements rather than DAO parameters.

/* id.longValue() + <caret>  @example.entity.Employee@ */0

Image

When a static field-access element is preceded by another field-access element in the code, invoking completion suggests DAO parameters instead of the expected static properties related to SqlElClass. This causes incorrect suggestion context in chained field-access expressions.

/* id + @example.entity.Employee@<caret> */0

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions