Skip to content

content-assist for annotation attributes doesn't work when spaces are involved #1299

Closed
@martinlippert

Description

@martinlippert

Content-assist for Spring annotation attributes fail when there is a space involved, e.g.

@Resource(name = <*>)

does not show content-assist for @Resource, whereas

@Resource(name =<*>)

does show the correct content-assist proposals. This is a general problem of the content-assist for annotation attributes, not just for the @Resource annotation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions