简体   繁体   中英

Enable Auto Assist in eclipse ide

A while ago I disabled this feature and now I want to use it again. I went into Window->Preferences->Java->Editor->Content Assist and reenabled the "Enable Auto Activation" . It is set to a default of 200 ms and the . as the auto activation trigger. I restarted eclipse and it does not auto assist. I press the . key after R.layout and nothing happens. Ctrl +Space says there are no matching templates. What am I doing wrong so that content assist is not popping up.

Thanks

您的Java源文件是Java项目的源文件夹吗?

I had a problem like this in MyEclipse 10. It quit giving me the possible options when I typed "classname.". I reloaded MyEclipse with the "-clean" option (see below) and the problem went away.

eg Start>Run "C:\\Program Files\\Genuitec\\MyEclipse 10\\myeclipse.exe" -clean

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM