DebugAllMethods
Press Ctrl+6 to put a breakpoint in the first debuggble line of all methods of the current class.
Press Ctrl+6 to put a breakpoint in the first debuggble line of all methods of the current class.
This plugin can set all the properties of a class for you. You just need to select a variable and press Ctrl + Shift + 7. Example: public class Foo{ byte byte1; Byte byte2; short...