Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Async completions support

Hi All,
Does JDT support asynchronously update the completion list. What i'm looking for is when you invoke content assist at first you will see the simple completions and while it is shown the heavy completion computer will run in background and push the updates into the completion list. This behavior is there in IntelliJ. do we have this support in JDT ? or do we have this support in Platform ?

Best regards,
Gayan.

Back to the top