Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Introducing a slow jdt completion computer

I'm working on introducing smart proposal computer which will provide subtypes completions and factory method completion. The list of features are mentioned here https://gayanper.github.io/gap-eclipse-jdt/

Now the problem is the jdt completion computer timeout after 5 seconds. So i was hoping if it is possible to have my own slow running computer similar to jdt one without a higher timeout. If it can be async that's better.
 I would really appreciate some expert advice on this how to proceed. Because if this becomes successful i would even love to contribute it in to jdt.

Thanks.


Back to the top