Disable content assist in Eclipse

拜拜、爱过 提交于 2019-11-27 21:09:17
R K

This Eclipse3.6 Help page on Content assist can help (it is for C++, but the same idea applies for Java on the Java > Editor > Content Assist preference page.):

The idea is to disable what triggers the content assist.

theEpsilon
  • Go to Window → Preferences.

  • In the filter text search bar, type "typing".

  • Go to Editor → Typing.

  • Uncheck all that you don't want.

Don't know if you did get it to disable but I was having the same trouble as you. I did the following: Window > Prefrences > Content Assist Uncheck all and hit apply

Java > Editor > Content assist > Advanced Uncheck all and hit apply.

Hope this works if you still haven't found an answer.

It's not readily obvious and there doesn't appear to be a global option to turn it off all over the place. This may sound obvious, but it's important to make sure to turn off Auto-Activation on all of the different structured editor types that you do not want it active on.

In Eclipse Mars.1 :- go to Window then->preferences -> Java -> Editor -> Content Assist ->Advanced -> Restore Default ->Apply and then OK.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!