I want Eclipse not to automatically generate some //TODO stuffs like this for example :
@Override
public String getPassword() {
// TODO Auto-generated method stub
return null;
}
I want to desactivate this feature in Eclipse...
Can somebody know how to deal with this ?
These are set by the Code Templates in the Preferences - Java > Code Style > Code Templates.
Look a the 'Method body', 'Constructor body', ... templates in the 'Code' section
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With