Problem
When invoking content assist directly after @ it times out with the following error message:
eclipse.buildId=4.13.0.I20190916-1045
java.version=13
java.vendor=AdoptOpenJDK
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=de_DE
Framework arguments: -product org.eclipse.epp.package.java.product -product org.eclipse.epp.package.java.product
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product
org.eclipse.jdt.ui
Warning
Tue Nov 26 07:42:06 CET 2019
The 'Groovy Code Completions' proposal computer from the 'org.codehaus.groovy.eclipse.codeassist' plug-in did not complete normally. The extension took too long to return from the 'computeCompletionProposals()' operation.
This might be related to #780
Proposal
On content assist requests without any letter after the @, don't call the groovy specific code but just return the java-related annotations. Speed is more important than a complete result, especially if this result will most like not be shown because it times out anyway
Problem
When invoking content assist directly after
@it times out with the following error message:This might be related to #780
Proposal
On content assist requests without any letter after the
@, don't call the groovy specific code but just return the java-related annotations. Speed is more important than a complete result, especially if this result will most like not be shown because it times out anyway