Zhao
Zhao

Reputation: 924

Stop eclipse propose variable type after variable name

Like I type:

public String name

Eclipse is suggesting nameString for the variable name.

I am using Eclipse 4.2

I saw the same question here, but by following the instruction in the answer, I am still not sure what to do.

How to stop Eclipse from putting the variable type after the variable name

Upvotes: 1

Views: 629

Answers (1)

David Kerwick
David Kerwick

Reputation: 538

In the

window -> preferences -> java -> editor -> content assist -> advanced

page you need to turn off Java Proposals or Java Proposals (Task-Focused)

Unfortunately this also turns off alot of useful content assists

Upvotes: 2

Related Questions