eclipse+pydev 如何重命名模块?

发布于 2024-12-02 23:17:10 字数 133 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

影子的影子 2024-12-09 23:17:10

此功能仍然没有正确集成到 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).

抽个烟儿 2024-12-09 23:17:10

你尝试重命名吗?它似乎可以在其他语言插件中使用。(确保右键单击该模块)

Did you try rename? it seems to work in other language plugins.(make sure to right click on the module)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文