java - Eclipse jumping to function name on Ctrl-S -
When I press Ctrl-S to save my Java file in Eclipse, this function is jumping over the name. It is very upset that anyone knows what to do about it?
Go to Window-> Preferences-> General-> Key (You can see the in the Main Preferences window. Keys can search for
). You have most likely added a binding that, when you press ctrl
+ s
, jumps eclipsed in the name of the function.
Another place to look at Window-> Preferences-> Java-> Code Style-> Clean-up and Window-> Preferences-> Java-> Editor-> Save Action This is where all Functions are defined when you save / clear a document.
Comments
Post a Comment