dart_frog icon indicating copy to clipboard operation
dart_frog copied to clipboard

feat(vscode): allow quickly opening a route in the browser

Open alestiago opened this issue 2 years ago • 0 comments

Description

To have an additional Command and Code Lens provider that allows quickly opening a route in the browser.

Requirements

  • [ ] Remove automatically opening a server in the browser when starting a development server.
  • [ ] Introduce a new "Open" Code Lens provider on route handlers (eg, "Run" | "Debug" | "Open").
  • [ ] Introduce a new command "Dart Frog: Open in browser" that will open a route in the browser. If there are no running servers, it will start one.
  • [ ] Introduce an icon in the debug toolbar to quickly open relative to active route
  • [ ] Update status icon to quickly open relative to active route

Additional Context

  • https://github.com/VeryGoodOpenSource/dart_frog/pull/991

alestiago avatar Sep 04 '23 14:09 alestiago