eclipse-jdt / eclipse-jdt/eclipse.jdt.ui

Add support to use async completion on type

Open
#215 2 comments 0 reactions 1 assignee Claimed by @jjohnstn View on GitHub
enhancement performance
Dominant language
Java
Stars
59
Forks
127
Avg merge
21h 41m
Merged PRs (30d)
31

Description

Enable async completion on typing by using new mode from https://github.com/eclipse-platform/eclipse.platform.text/pull/49

#### Conditions
This will only be enabled if the Auto Activation is enabled.

#### Additional Changes
Add support in the IJavaCompletionProposalComputer to differentiate if the request was made by the content assist shortcut or as part of typing. This will enable to control heavy completion computations not to be part of type events.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.