eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
Add support to use async completion on type
Open
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
Assessment
This issue has not been assessed yet.