When a widget is selected in the flutter inspector, the line of code where that widget was created is highlighted / jumped to in the IDE. When this happens the IntelliJ structure view should update for the new selected file and for the line in focus.
The Flutter outline view handles this properly, but if we are going to remove the flutter outline at some point in favor of the Structure view, we should ensure the proper item in the Structure view is selected too.
When a widget is selected in the flutter inspector, the line of code where that widget was created is highlighted / jumped to in the IDE. When this happens the IntelliJ structure view should update for the new selected file and for the line in focus.
The Flutter outline view handles this properly, but if we are going to remove the flutter outline at some point in favor of the Structure view, we should ensure the proper item in the Structure view is selected too.