flutter / flutter-intellij

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

"draft" feature #2884

Open lukef opened 5 years ago

lukef commented 5 years ago

Sometimes it is awesome to work on widgets "in-line" and then "extract" them once everything is hooked up and verified as working.

It would be great if a particular part of the widget tree could be isolated out (virtually) so that you could focus solely on the inputs and the result for that one widget without having to dig through a lot of code. Once it's all working, you could then leave it where it is or the refactor tool cool extract it for you.

jacob314 commented 5 years ago

This is an interesting use case to think about. Can you provide some details on what making the part of the widget tree being "isolated out (virtually)" means. A sketch of what the workflow would look like would be very helpful.