整合崇高文本2因果报应 [英] Integrate Sublime Text 2 with Karma

查看:95
本文介绍了整合崇高文本2因果报应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在做AngularJS的发展,我有噶运行(看文件的更改)的开放终端窗口。编码当我来回走了崇高的文本2显示噶测试结果在终端窗口之间。

When doing AngularJS development, I have an open terminal window with Karma running (watching file changes). When coding I go back and forth between Sublime Text 2 and the terminal window showing Karma test results.

我觉得这是pretty讨厌,我就在 egghead.io 看到这家伙噶结果集成到WebStorm。

I find this pretty annoying and I just saw at egghead.io that this guy has Karma results integrated into WebStorm.

有什么可崇高文本相似?我找不到相关噶任何软件包。

Is there anything similar for Sublime Text? I couldn't find any packages related to Karma.

推荐答案

您可以使用一个构建系统来样整合两家 - 它打开ST控制台并显示结果

You can use a build system to kind of integrate the two--it opens the ST console and displays the results.

像这样的东西是你在找什么:

Something like this is what you're looking for:

"build_systems": [
    {
        "name": "Karma Test",
        "cmd": ["karma", "start", "--no-colors"],
        "working_dir": "$project_path"
    }
]

这篇关于整合崇高文本2因果报应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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