flutter / flutter-intellij

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

Remove the Flutter Outline #7778

Closed jwren closed 3 days ago

jwren commented 1 week ago

The Flutter Outline view provides two pieces of now redundant information and real estate in the Flutter IJ plugin:

  1. Outline of the Flutter code -- this can be found in the Structure view
  2. Buttons to quickly refactor widgets -- these can all be found via the Alt+Enter keyboard shortcut in the code editor