简化 Eclipse 中的完全限定名称
有人知道 Eclipse 的一个插件,它可以用简单的类名和相应的导入来替换完全限定的 Java 类名吗?如果可以作为保存操作来执行,那就更好了。
Does someone know a plugin for Eclipse that replaces fully qualified Java class names with the simple one and the corresponding import where possible? It would be even better if it could be performed as a Save Action.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
否。但是您可以对每个完全限定标识符使用添加导入命令 (Ctrl+Shift+M)将其转换为导入+短名称。
No. But you can use Add Import command (Ctrl+Shift+M) on each fully qualified identifier to convert it to an import + a short name.
这是一个提供此功能的插件,称为 Clean Qualified Types Plugin (CQTP): http://blog.mi-ernst .de/projekte/
Here's a plugin offering this functionality called Clean Qualified Types Plugin (CQTP): http://blog.mi-ernst.de/projekte/