I am trying to edit the template of creating a new method. I want to do something like this:
throw new mypackage.UnimplementedException();
but I want to add my package to imports and not to declare it with full package on the method body. I tried using:
${:import(mypackage.UnimplementedException)}
but it d开发者_StackOverflow社区oesn't work (works only in editor templates)
I submitted a request for this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=333313
精彩评论