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

Analyzer does not rerun after source code generation #1129

Open davidmarne-wf opened 7 years ago

davidmarne-wf commented 7 years ago

When using built_value I have a watcher setup that uses source gen to generate files. When source gen starts the previously generated files are deleted and new ones are created. After the new files are created the analyzer does not rerun automatically, I am forced to manually rerun the analyzer.