Dart编辑器相当于Eclipse命令“Project>>清洁...“? [英] Dart Editor equivalent of Eclipse command "Project >> Clean..."?

查看:108
本文介绍了Dart编辑器相当于Eclipse命令“Project>>清洁...“?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Dart编辑器中有相当于EclipseProject菜单的Clean ...命令吗?如果没有,如何清除项目中各种工具生成的文件?

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?

推荐答案

我有同样的问题。但是,我有一个建议来这个问题。我希望人们考虑通过 Apache Maven 实现Dart版本的构建模型。

I have the same question. However I am coming to this question with a suggestion. I would like people to consider the build model implemented by Apache Maven for Dart builds.

maven模型的好处在于你可以:

The nice thing about the maven model is that you can:



对于Eclipse中的干净操作 - 添加我对Dart编辑器的投票。

As for the clean action in Eclipse -- Add my vote for Dart Editor.

Eclipse通常使用 Apache Ant Apache Maven 进行构建操作。 ' 是一个标准操作,并在很早的阶段就找到了Build菜单。这给了我一个想法;

Eclipse normally use either Apache Ant or Apache Maven for build actions. 'Clean' is a standard action and found its way to the Build menu at a very early stage. Which gives me an idea;


  • 向Dart编辑器添加一些UI元管理

  • 构建工具=默认值)或OR用户指定:Ant,Maven,...

  • Build menu =设置标准操作,允许针对当前构建工具执行自定义操作;例如数据库负载。

我知道新的框架和语言有更多的事情要做的时候做。可能更好的例子不只是And和Maven。我只是想一些灵活的选择,使Dart开发环境有点未来证明。 ; - )

I know with new frameworks and languages there's always more things to do that time to do it. There are probably better examples than just And or Maven. I'm just pondering some flexible options to make the Dart development environment a little "future proof". ;-)

这篇关于Dart编辑器相当于Eclipse命令“Project>>清洁...“?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆