God
God

Reputation: 1248

Disabling Eclipse **VARIABLES** auto completion

As the title says I want to disable Eclipse auto completion for VARIABLES names.

Like when i start to type String s and then space it completes the variable name to string. But i want it to be s. I know I can use Esc when the suggestion comes and keep going , but still, there is a way in Eclipse to disable this feature?

Thank you.

Upvotes: 0

Views: 240

Answers (1)

worpet
worpet

Reputation: 3893

The auto completion is controlled by Content Assist. The settings for this are at: "Window -> Preferences" then "Java -> Editor -> Content Assist". But there is no option to specifically exclude only Java variables.

Upvotes: 3

Related Questions