在eclipse中编辑方法体代码模板时可以添加导入吗
我正在尝试编辑创建新方法的模板。我想做这样的事情:
throw new mypackage.UnimplementedException();
但我想将我的包添加到导入中,而不是在方法主体上使用完整包来声明它。我尝试使用:
${:import(mypackage.UnimplementedException)}
但它不起作用(仅适用于编辑器模板)
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 doesn't work (works only in editor templates)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我为此提交了一个请求:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333313
I submitted a request for this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333313