Reputation: 924
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
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