In the ElixirConf talk “Phoenix Field Notes” at 29:00, Chris McCord shows a nice trick where he clicks on an element in the browser, and the VsCode editor auto-opens to the component that generated the element. Wow!
When file-location annotations are available, how would you enable the browser to auto-open the editor? Is this something that would be done in a browser configuration, or would it be a JS concern built into phoenix.js
, or something else? How would you select the editor? (Neovim vs VsCode vs …)