flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.97k stars 317 forks source link

When changing the directory name, automatically change the corresponding package name in the dart code #4568

Open rs5173 opened 4 years ago

rs5173 commented 4 years ago

In the current version, if you change the directory name, you need to manually change the dart code, which is very tedious

stevemessick commented 4 years ago

@scheglov are you still working on refactoring? If not, do you know who is?

scheglov commented 4 years ago

I think @jwren restored Move File refactoring partially, but we don't support renaming directories. I still have general interest in implementing refactorings, but did not have time recently.