简体   繁体   English

Jquery和javascript的开发环境

[英]Development Environment for Jquery and javascript

What develepment environment do you use when you need to work on javascript?What options have as an Asp.net developer for working with javascript or jQuery in order to have possibilities to test,develop in realtime? 当你需要使用javascript时,你会使用什么样的开发环境?作为一个使用javascript或jQuery的Asp.net开发人员有哪些选项可以实时测试,开发?
I tried to set up the intellisense to make it work the jQuery documentation, but that's not working. 我试图设置intellisense以使其适用于jQuery文档,但这不起作用。
Right now i'm using Firebug to test my scripts and also editing there,but for example i would like to view the markup and the console together but that's not possible on FireBug. 现在我正在使用Firebug来测试我的脚本并在那里进行编辑,但是例如我想一起查看标记和控制台,但这在FireBug上是不可能的。
i don't think that's the best solution for that kind of work. 我认为这不是那种工作的最佳解决方案。
If you have any ideea how to solve my problem or do you have a suggestion please post it here. 如果您有任何想法如何解决我的问题,或者您有任何建议,请在此处发布。

Thanks! 谢谢!

Update 更新
JSBin JSBin
JSFiddle are nice alternatives too. JSFiddle也是不错的选择。

Try Aptana. 试试Aptana。 It's free, it's awesome, and comes with JQuery & Prototype built-in. 它是免费的,它很棒,并且内置了JQuery和Prototype。 It also has screencasts. 它还有截屏视频。

The essentials. 要领。

  1. Your favorite text editor. 你喜欢的文本编辑器。 That's vim for me. 这对我来说是件好事
  2. Google 谷歌
  3. Firebug 萤火
  4. Web Developer's Toolbar Web开发人员的工具栏
  5. Two monitors (solves your whole "can't view source and the console together" problem) 两个显示器(解决了整个“无法一起查看源和控制台”的问题)

Check out Komodo Edit . 看看Komodo Edit I think you can attach jQuery to it (I use it for PHP primarily). 我认为你可以附加jQuery(我主要用它来代替PHP)。

Update: Just found out it already has jQuery support built-in. 更新:刚刚发现它已经内置了jQuery支持。

也许要看一下,虽然它不会解决你所有的问题,但Steve Yegge正在为emacs开发一个新的javascript模式

You can debug JavaScript with Visual Studio 2008: Visual Studio 2008 JavaScript Debugging - basic guide 您可以使用Visual Studio 2008调试JavaScript: Visual Studio 2008 JavaScript调试 - 基本指南

There was a fix for JQuery/JavaScript intellisense to make it better: Intellisense Hot fix for VS 2008 有一个修复JQuery / JavaScript intellisense使其更好: Intellisense Hot Fix for VS 2008

I just use what ever is on hand. 我只是使用手头的东西。 Dragonfly in Opera, Firebug in FF, IEtester has it's own thing but I never use it. Opera中的Dragonfly,FF中的Firebug,IEtester都有自己的东西,但我从不使用它。

As for editing, I'm on the basics and only use Notepad++ 至于编辑,我是基础知识,只使用Notepad ++

If I were you though, I would sit down and try to solve a problem in a few tools before choosing what you like the most. 如果我是你,我会坐下来尝试用一些工具解决问题,然后再选择你最喜欢的东西。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM