Sproutcore 有一个好的编辑器/插件吗?
有没有一个好的 sproutcore 编辑器/IDE/插件?
Is there a good editor/ide/add-on for sproutcore out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有一个好的 sproutcore 编辑器/IDE/插件?
Is there a good editor/ide/add-on for sproutcore out there?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我使用 Jetbrains WebStorm。
对 js 的良好支持,不是 SC 特有的,但不知怎的,它对 SC 以及语法错误做了很好的突出显示。
也不是重量级的(读得很慢)。
我非常喜欢它,之前尝试过其他几个。
Intype 也不错,少了语法帮助等功能。
电子文本编辑器是Windows版本的Textmate,功能较少,但比Intype更成熟。
I use Jetbrains WebStorm.
Good support for js, not SC specific, but somehow it does very good highlighting for SC as wel and syntax errors.
Also not heavyweight (read slow).
I like it very much, tried a couple of other before.
Intype is also nice, less syntax help and other features.
E-text editor is windows version of Textmate with less features, more mature then Intype.
TextMate 有 SproutCore 包,这很有帮助 - 至少它在您的 .js 上运行 JSLint文件在保存时,这会阻止许多基本语法错误。
TextMate has a SproutCore bundle which is helpful - at the very least it runs JSLint on your .js files at save time, which stops a lot of basic syntax errors.
我用的是intellij。您可以按住 Ctrl 键单击进入大多数方法,它提供的警告与 jslint 提供的警告很接近。您还可以自动完成。
I use intellij. you can ctrl-click into most methods, and the warnings that it provides are close to what jslint will give you. You can also autocomplete.
我正在使用 JetBrains Ruby Mine。这非常聪明。编码提示已内置集成到 GitHub,据我所知,它的重量相当轻。重构也很棒。我见过的最好的之一。
I'm using JetBrains Ruby Mine. It's pretty smart. Coding hinting has built in integration got GitHub and from what I can tell pretty light weight. Refactoring is pretty awesome too. One of the best I've seen.