The project I'm working on dictates hungarian notation for class member variables. Example: String m_foo;
Is it possible to make Eclipse strip the hungarian prefix when generating getters and setters? I'm using Helios and it suggests (not surprisingly) getM_foo and setM_foo, but I want getFoo and setFoo. Code Templates doesn't look helpful.
