激活Eclipse的代码提示(Code Assist)提示功能
装了几个Eclipse的插件以后,居然发现Eclipse的代码提示功能失效了。Google了一把找到了解决方案。
- Windows->preferences->java->Editor->Code Assist中Auto-Activetion中的Enable auto-activetion选项要勾选上,这里面有个时间的设定是为提示代码设定的显示时间。你可以根据自己的情况设定。
- Window->Preferences->Java->Editor->Content Assist->Advanced 上面的选项卡Select the proposal kinds contained in the ‘default’ content assist list: 中把 Other Java Proposals 选项打上勾就可以了。
Eclipse真是一个复杂的IDE,快捷方式、设置、插件一大堆:-)。
分类: ECLIPSE
