Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turn off Eclipse formatter everywhere

Tags:

eclipse

I'm looking to disable the eclipse formatter everywhere not in a small section. Is there perhaps a plugin file that can be removed?

like image 385
Highstead Avatar asked Aug 23 '26 15:08

Highstead


1 Answers

I am not sure you can actually disable that one command ("Format", part of the "Java" command groups).
But you can at least:

  • remove the key binding (ctrl+shift+f)to that command, through the "Keys" preferences.
  • make sure the properties of the project don't define a "format on save" action.
like image 195
VonC Avatar answered Aug 26 '26 19:08

VonC