flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.53k stars 314 forks source link

[New Feature]Click on the widget to jump to the corresponding line of code in the IDE #7898

Closed rs5173 closed 3 weeks ago

rs5173 commented 3 weeks ago

I'm often bothered by this problem, if there are too many widgets in a page, when I intend to modify one of them, I need to go to their location in the code first, so I was wondering if I can implement this amazing feature, when I click on the corresponding widgets directly in the app, the IDE will automatically find the corresponding code for me and jump to the corresponding line, similar to the like the preview function in Jetapck Compose.