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

Add draft code for responding to DTD navigate to code request #7677

Open helin24 opened 1 month ago

helin24 commented 1 month ago

This registers a response from IJ to Editor.navigateToCode requests. The goal is to be able to have bi-directional communication with DevTools during these navigate events so that DevTools can verify that the action has been completed (unlike with the ToolEvent).