Eclipse content assist auto appends type for variable

前端 未结 5 1865
Happy的楠姐
Happy的楠姐 2021-01-04 03:58

I just started to use Juno for a couple of days, the content assist mechanism seems different from what it behaves before.

For example, if I try to declare a variabl

5条回答
  •  梦毁少年i
    2021-01-04 04:13

    Not a perfect solution:

    Window->Preference->Java->Editor->Content Assist->Auto activation Triggers for Java: .ABCDEFGHIJKLMNOPQRSTUVWXYZ

    In this way, only classes and types will be popped up for proposals.

    Just a suggestion, the choice is up to you.

提交回复
热议问题