eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
[content assist] Investigate why default completion list is slower than VSCode Java when completion is enabled for all keys
Open
bug
- Dominant language
- Java
- Stars
- 59
- Forks
- 127
- Avg merge
- 22h 47m
- Merged PRs (30d)
- 28
Description
When completing same code in both VSCodeJava and Eclipse, Eclipse JDT completion popup is slow to be populated compared to VSCode completions. This needs to be investigated and improved to provide same or more better level of response time in JDT.
This could be because of lack of debouncing in the JDT.UI editor for keystrokes.
Contributor guide
Assessment
This issue has not been assessed yet.