dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Provide a way to view analyzer logs #1061

Open tvolkert opened 8 years ago

tvolkert commented 8 years ago

I'm finding that I frequently need to tell the Analyzer to re-analyze sources, even when I haven't branched or pulled in git. I'd like to be able to see the analyzer logs so I could include them in bug reports

Atom 1.8.0, dartlang 0.6.29, SDK 1.18.0-dev.2.0 running on macos.

tvolkert commented 8 years ago

@devoncarew