eclipse+pydev 如何重命名模块?
我正在使用 eclipse + pydev。我想重构并更改模块的名称。我在包资源管理器中单击了我的模块,但上下文菜单中没有重构(“重命名”除外)。同样,顶部导航菜单上的重构也是灰色的。
那么我如何更改我的模块名称并将其反映在我的项目中?
I'm using eclipse + pydev. I want to refactor and change the name of my module. I clicked on my module in the package explorer, but no refactoring (other than 'rename') in the context menu. Similarly, the refactoring on the top navigation menu is greyed out.
So how do i change my module name and have it reflected across my project.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此功能仍然没有正确集成到 pydev 包资源管理器中,因此,目前,您必须在代码中找到一个使用所需模块的位置,并在编辑器中重命名该引用(您不需要将其报告为这是一个已知的错误,应该很快修复)。
This feature is still not properly integrated in the pydev package explorer, so, for now, you have to find a place that uses the module you want in the code and rename that reference in the editor (you don't need to report that as a bug as that's already known and should be fixed soon).
你尝试重命名吗?它似乎可以在其他语言插件中使用。(确保右键单击该模块)
Did you try rename? it seems to work in other language plugins.(make sure to right click on the module)