推荐用于纯Web应用程序的IDE(HTML5等) [英] Recommended IDE's for pure web apps (HTML5, etc.)

查看:137
本文介绍了推荐用于纯Web应用程序的IDE(HTML5等)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想玩纯网页应用程序编程。

I'd like to play around a bit with pure web app programming.

来自VB6背景,我想要的一些功能是:

Coming from a VB6 background, some features I'd like are:


  • 逐步调试

  • 可视化UI设计

如果我们决定将我们的下一个应用程序作为Web应用程序,价格并不是非常重要(更好的IDE可以提高工作效率和使用率)。

If we decide to do our next app as a web app, price isn't terribly important (a better IDE being more productive and pleasant to use).

更新:我正在寻找类似(我听到你得到的)jQuery的东西,其中有一个底层框架可以处理所有浏览器差异。所以我只是将一个UI小部件(下拉组合框等)放到IDE上,框架负责处理浏览器和操作系统的所有变种的javascript等。

Update: I'm looking for something like (what I hear you get with) jQuery where there is an underlying framework that takes care of all the browser differences. So I just plop a UI widget (Drop-down combo box, etc.) onto the IDE and the framework takes care of the javascript, etc. dealing with all the variations of browsers and O/S's.

推荐答案

我认为你会因为满足这些要求而苦苦挣扎。

I think you'll struggle by starting off with those requirements.


  • 逐步调试:更常见的是,您希望在浏览器本身而不是在IDE中执行此操作。如果您有一个仅在Chrome 6中发生的错误,那么能够在IDE中调试JavaScript对您没有多大帮助

  • Visual UI设计:同样问题是,最终,它在IDE中的视觉效果并不重要,它在不同的浏览器,移动电话等上看起来很重要

  • Step-by-step debugging: More commonly, you're going to want to do this in the browser itself rather than in the IDE. If you have a bug that only happens in Chrome 6 then being able to debug JavaScript in an IDE isn't going to help you much
  • Visual UI design: Again the issue is that, in the end, what it looks like visually in your IDE is unimportant, it's what it looks like in different browsers, on mobile phones etc. that matters

可能与您所追求的最接近的是 Dreamweaver ,或者您可以尝试 Expression Web (我自己从未使用过)来使用MS产品。我个人使用 Komodo Edit ,最新版本支持HTML5和CSS3,并且有一个付费版本增加了许多功能,但你们(显然)期望的IDE都不是。

Probably the closest thing to what you're after is Dreamweaver, or if you're more comfortable with MS products you could try Expression Web (never used it myself). Personally I use Komodo Edit, the latest version has support for HTML5 and CSS3, and there's a paid version which adds a number of features, but neither are IDEs like you're (apparently) expecting.

为了回应你的编辑:Komodo Edit内置了对jQuery的支持(即它提供了代码完成和工具提示),你可能会用一个CSS框架(甚至 HTML5一个),用于解决浏览器差异,但主要是前端Web开发是关于编辑文本文件并在浏览器中查看它们。 IDE通常有用的东西并不是主要因素。

In response to your edit: Komodo Edit has built in support for jQuery (ie. it offers code completion and tooltips), and you'll probably get a long way with a CSS framework (or even an HTML5 one) for ironing out the browser differences, but primarily front end web development is about editing text files and looking at them in browsers. The sort of things that IDEs are generally helpful for are not really major factors.

进一步编辑:另外,如果你想要一个JavaScript小部件框架,你可能应该看一个of:

Further edit: Also, if you want a JavaScript widget framework, you probably should look at one of:

  • jQueryUI
  • YUI
  • Dojo
  • ExtJS

这篇关于推荐用于纯Web应用程序的IDE(HTML5等)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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