Bowler icon indicating copy to clipboard operation
Bowler copied to clipboard

Better support for renaming import paths

Open amyreese opened this issue 6 years ago • 1 comments

Currently, Bowler does not support renames of modules that involve changing their parent import path. Eg, "some.path" -> "some.path2" is easy with .rename(), but "some.long.path" -> "shorter.path" isn't yet supported. This shouldn't be too difficult, just needs a special case in the existing .rename() modifier to handle this for module imports.

amyreese avatar Dec 14 '18 20:12 amyreese

Hey,I am a Beginner can I work on it? Please assign To me

GautamSharma05 avatar Jan 15 '22 13:01 GautamSharma05