Skip to content

Support asynchronous computation of content assist proposals #1123

@CrushaKRool

Description

@CrushaKRool

Eclipse introduced a flag in 4.14 that lets code completion providers indicate whether they require to run in the UI thread or can be computed in the background, to provide a more fluent user experience when hitting the content assist key.

However, it seems like the Groovy Eclipse proposals are currently preventing this feature from being used in the IDE.
GroovyEclipseCodeCompletion

Perhaps it wouldn't take much to make the computation from this plugin async-compatible as well?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions