简体   繁体   中英

eclipse+pydev how to rename module?

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.?

pydev软件包资源管理器中仍未正确集成此功能,因此,到目前为止,您必须在代码中找到一个使用所需模块的位置,然后在编辑器中重命名该引用(无需将其报告为已知的错误,应尽快修复)。

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM