Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Neon - Content Assist Timing Out

I've been an Eclipse user for years and the content assist has always worked great. Since I transitioned to Eclipse Neon, I have been having issues with the content assist. Content assist hangs for several seconds then I get the following error:

error message

My colleagues are using Eclipse Neon as well and do not have this issue. Are there any suggestions as to how to resolve this?

I have messed around with my content assist settings after experiencing this issue trying to cut out some of the overhead, but that hasn't helped. The current state is shown below.

settings

advanced settings

One other note - I also tried adding the following to my eclipse.ini, but this did not help either.

-vmargs -Dorg.eclipse.jdt.ui.codeAssistTimeout=60000

like image 830
The Gilbert Arenas Dagger Avatar asked Oct 21 '16 18:10

The Gilbert Arenas Dagger


1 Answers

I was able to resolve my problem by changing my settings in Window > Preferences > Code Recommenders > Completions. When I turned off Subwords-Completion Processor my content assist was working well.

like image 60
The Gilbert Arenas Dagger Avatar answered Oct 04 '22 02:10

The Gilbert Arenas Dagger