当我重命名我的类时,我可以让 Eclipse 更改我的注释吗?
我正在使用 Eclipse 中的重构重命名工具来更改我的类名称,但是我可以让它同时更改我的注释中的这些名称吗?我听说这是可能的,但是当我重命名类时,我的 Eclipse 没有弹出提示询问我是否希望更改注释中的引用。请告诉我,谢谢。
I am using the refactor rename tool in Eclipse to change my class names, but can I make it change those names in my comments at the same time? I heard it was possible, but my Eclipse doesn't bring up the prompt to ask if I want references in my comments to be changed when I rename the class. Please let me know, thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用包树中的“重构 - 重命名”,则会出现一个选项对话框。如果您从编辑器中执行此操作,请按重命名弹出窗口中的小向下箭头,然后选择“打开重命名对话框...”。
If you use "Refactor - Rename" from the package tree, an options dialog should appear. If you do it from the editor, press the little down arrow in the rename popup, and choose "Open Rename Dialog...".