自从装了SWT插件后,每次启动eclipse按alt+/总是弹出一个错误窗口,错误内容如下
the 'org.eclipse.jdt.ui.templateProposalComputer' proposal computer from the 'org.eclipse.jdt.ui' plug-in did not complete normally.Unable to instantiate the extension
to avoid this message disable the 'org.eclipse.jdt.ui' plug-in or disable the 'template proposal' category on the content assist preference page
在网上找了很多方法(1.去掉content assist-advanced 下对应报错的勾选项2.把content assist-advanced的时间改成500ms)都没有用。
直到最后无意间看到一个方法,把eclipse安装目录eclipse\plugins下的所有net.sourceforge.phpeclipse.*.jar的jar包删掉,再启动eclipse按alt+/,终于不再报错了!
本文介绍了一种解决Eclipse中使用Alt+/快捷键时出现特定错误的方法。通过删除eclipse/plugins目录下的net.sourceforge.phpeclipse.*.jar文件,可以避免错误提示并使内容辅助功能正常工作。
1488





