You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: