Is it possible that after defining something like:
public class Something implements SomeInterface { k
That the methods defined in that interface are automatically stubbed out and targets placed in each of them? Not sure if I've explained that very well.
I'm thinking java here but would be useful for c++ etc as well.
EDIT: This might actually be better placed in the neosnippet project...
Is it possible that after defining something like:
public class Something implements SomeInterface { k
That the methods defined in that interface are automatically stubbed out and targets placed in each of them? Not sure if I've explained that very well.
I'm thinking java here but would be useful for c++ etc as well.
EDIT: This might actually be better placed in the neosnippet project...