How to stop Eclipse from entering a variable type after a variable name

I would like to disable autocomplete input of variable type after variable name when declaring new variables. Although this may seem like a viable option for most, the naming conventions I work for do not allow this. I am sure this is an easy option to deselect, but I just can't find it.

Thanks in advance.

+3
source share
2 answers

Follow the menu below to configure settings for content support (eclipse v3.8.X)

window -> preferences -> java -> editor -> content assist -> advanced
-1
source
  • Menu Window -> Preferences -> Java -> Editor -> Content Assist

  • Uncheck Insert single proposals automatically enter image description here

  • Click "Apply."

+2
source

All Articles