Navigating the Content Assist List in Eclipse

后端 未结 3 1661
醉酒成梦
醉酒成梦 2020-12-29 14:20

Here are the ways the Eclipse documentation states you can navigate the Content Assist list:

You can use the mouse or the keyboard (Up Arrow, Down A

3条回答
  •  北海茫月
    2020-12-29 14:51

    This is a great feature, and you can implement it like so: bind movement keys in Eclipse's key binder and then use them in the content assist menu!

    Preferences/General/Keys

    Line Down: Bind to Ctrl+K Line up: Bind to Ctrl+I

    (both when 'Editing Java Source')

    and then try moving with Ctrl-K/I when the content assist pops up!

    In Kepler, as jed mentions in the comments, select "when editing text" instead and it should work.

提交回复
热议问题