refactoring - Pydev Eclipse won't allow me rename module -


i trying rename module, using name module deleted , not exist more. however, eclipse thinks there conflict in naming. sure not case. cannot find reference of word in whole workspace directory when search grep. problem, , how can solve it?

maybe have .pyc leftover? if ctrl+shift+t/ctrl+r can find module/file? (i.e.: if had package __init__ went same name issue)

if that's not case, can try force refresh of pydev indexing (open pydev editor , ctrl+2 , in options appear in popup later select '--reindex').

if still fails, please add screenshot pydev package explorer showing structure of project , actual dialog showing conflict can check if there's else missing... (in worse should able revert simple rename in rename option -- although won't rename dependencies).


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -