devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Better integration with IDEs

Open CoderDake opened this issue 3 years ago • 2 comments

Better integration with IDEs to support two way communication between IDEs and DevTools. This could be used for a variety of features, including selecting widgets in the inspector when they are selected in code (from ide or debugger).

CoderDake avatar Sep 27 '22 15:09 CoderDake

Suggested order of operations

  1. clarify user journeys we want to cover
  2. meet with Ben to gather some of his thoughts around this problem and the DDS api. (invite kenzie too)
  3. write up design doc & get sign off from IDE team DevTools team, and Vm team ./

CoderDake avatar Sep 28 '22 13:09 CoderDake

The core user journey is that DevTools and package:flutter need an API to tell IDEs to open a particular file + line + column.

jacob314 avatar Oct 03 '22 16:10 jacob314