I am trying to edit the template of creating a new method. I want to do something like this: throw new mypackage.UnimplementedException();
Is it possible to use reflection when we write a code-template? I was just thinking if it is possible to write a piece of code-template that will return me a list of all private field in the class se
for example. if i want to quickly wrap anythin开发者_如何学运维g by this in once. in dreamweaver or in any other free software where i can do this.
Is anyone know how to set up a live template in intellij for doing specialized setters - i\'m using v5, but I accept with pleasure knowledge for a more recent release) -