Skip to main content

New site for Dart news and articles

For the latest Dart news, visit our new blog at  https://medium.com/dartlang .

Dart Editor adds Create Method quick fix

Posted by Devon Carew




A new Dart Editor build is available at www.dartlang.org/editorChanges include:
  • An initial implementation of a 'Create Method' quick fix. This will create a method definition to satisfy a reference to a non-existent method. You can access this functionality through the ctrl/command-1 keystroke; currently only top-level functions are supported.
  • Several analysis fixes and various updates to our analysis code for M1 language support.
  • We now include optional parameters in completion proposals.
  • There is a new Breakpoints view to view your debugger breakpoints.
  • Enhancements to our open folder code to better support opening very large applications.
  • Fixes to the Apps view and enhancements to our Welcome page.
As always, view the changelog for the full list of changes, and to get started with the Editor see our tutorial.