Is there an equivalent of the Eclipse \"Project\" menu \"Clean...\" command in the Dart Editor? If not, how can a project be cleaned of the files generated by the various tools
Never heard of such a functionality in Dart.
What files of what tools? I guess from Run as JavaScript?
I guess the development goes in the direction that files are generated only in the build directory.
These files will be purged before rebuild.
But this is WIP.