For the latest Dart news, visit our new blog at https://medium.com/dartlang .
Posted by Devon Carew
A new Dart Editor build is available at www.dartlang.org/editor. Ch anges include:
A new Dart Editor build is available at www.dartlang.org/editor. Ch
- 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.