Dart Editor equivalent of Eclipse command “Project >> Clean…”?

后端 未结 2 668
轮回少年
轮回少年 2021-01-23 03:27

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

2条回答
  •  耶瑟儿~
    2021-01-23 04:15

    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.

提交回复
热议问题