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 now supports "extract method" refactoring

Posted by Devon Carew

A new Dart Editor build is now available. Highlights include:
  • Added an extract method refactoring.
  • Fixed an analysis issue when files changed outside of the context of the Editor.
  • The step-in command for the command-line debugger can now step into user libraries.
  • Improved analysis performance during code completion.
  • Improved the UX of our mark occurrences feature.
  • We can now display static variables in the debugger.
  • The 'library' node in the debugger changed to a 'globals' node - this now displays all reachable globals from the current library.
  • Various fixes to Find References, the Callers view, code completion, and the Apps view.
As always, view the changelog for the full list of changes, and to get started with the Editor see our tutorial.