Jquery (with Smart Tips) ide Summary (complete)

Source: Internet
Author: User

Http://blog.csdn.net/ldhh/article/details/3070997

--------------------------------------------------

Jquery (with Smart Tips) ide Summary (complete)
Category:
JavaScript and jquery
Read by 2721 Comment (1) Favorites Report I. Dreamweaver

Dreamweaver for jquery plug-in jquery MX-9 v.0.2.9.mxp, function: can automatically prompt Code ! For front-end users who prefer to use Dreamweaver to write jquery Program Member is a good choice currently supported: Dreamweaver 8 dreamweavercs3 Dreamweaver cs4 jquery MX-9 v.0.2.9.mxp download

Cs4 Diagram

II. Aptana

This is the best JavaScript support currently. Not only supports the jquery framework. It also supports ext and Yui.

Currently, the latest version 1.2 can be used as the plug-in for deployment ase, or as a separate IDE development.

Some of its features are as follows:

It must support smart prompts of Js.

You can also see the browsers supported by the written JS Code.

Supports JS debugging (I personally think it is okay to debug Firefox + firebug in JS ).

However, this software is a little slow to start. However, the computer memory is large enough, and it is not slow at all.

In addition, this software is available in free and paid versions. I personally think that free is enough for our usual development and use.

There are many other features. Waiting for your discovery

The version is divided into the fully installed version and the available version that is directly decompressed. Install JDK. Latest JDK download

Download the latest version: aptana_studio_setup 1.2 RC

Figure JS framework supported by Aptana

3. Jquerywtp

This is the original address of the middleware.

Http://hi.baidu.com/javajavajava/blog/item/894620d57e7296c251da4bb1.html

Eclipse's WTP supports JavaScript code complementing Function
But it is very simple and does not support jquery
The purpose of jquerywtp is to enable eclipse WTP to support jquery.

It must be noted that this plug-in is also supported by tools based on Eclipse WTP, such as myeclipse.
The project homepage is
Http://www.langtags.com/jquerywtp/index.html
: Http://sourceforge.net/project/showfiles.php? Group_id = 202840

Installation Method:

Step 1: Download jquerywtp_version.jar
Step 2: Find you Eclipse plugin org. Eclipse. WST. Javascript. ui_xxxxxxx.jar, backup the plugin.
Step 3: double click the JAR file or run with command Java-jar jquerywtp. version. Jar
Step 4: On the opened swing UI, choose org. Eclipse. WST. Javascript. ui_xxxxxxx.jar, and output dir.
Step 5: Click Generate button.
Step 6: replace old org. Eclipse. WST. Javascript. ui_xxxxxxx.jar file with the generated file.
Step 7: restart eclipse.
Step 8: open a HTML file, edit JS content.

The above installation method is provided on the official website, but I did it. The installation was not successful !!

I have been using WTP + jquery, and this is not successfully installed. Depressed. Which of the following has been installed successfully. Let me talk about it. Thank you first

4. Vs2008

SourceHttp://blog.csdn.net/lee576/archive/2008/04/10/2276534.aspx

Last week, rich Strahl's post mentioned a newly released vs2008 hotfix to fix some bugs in vs2008's JavaScript SMART awareness. After fixed, vs2008 can provide jquery with SMART awareness, I was delighted to wait for jquery fans for a while. You can take a closer look. You also need to add XML comments to jquery: (frustrated...

I,

Just now I saw that there is already a Fast hand of the ox who finished the work, now can download directly (http://data.lancefisher.net/jquery-1.2.3-intellisense.js) back to use.

So that you can reference it.

<SCRIPT src = "jquery-1.2.3-intellisense.js" type = "text/JavaScript"> </SCRIPT>

If jquery prompts are required in an independent. js file, add this line to the file.

// <Reference Path = "jquery-1.2.3-intellisense.js"/>

OK.

However, this JS version is not compressed jqery1.2.3. With the XML comments, it has a huge size of K. It can be used during development. You can change the Pack Version during deployment.

However, it seems that vs2008 still has some shortcomings in its Smart perception of JS. For example, heavy-load functions in JS cannot provide good support for prompts.

II,

In addition, there is a jquery XML comments generator jquery intelliisense header generator, which generates jquery Based on the XML Doc officially provided by jquery.Function signature and XML comments. Note: Only the function signature is generated here, and there is no specific implementation. If the first method is too difficult to deploy, you can use this signature Js. We can put all the scripts in an independent one. in the JS file, and then reference this fake jquery in JS, while in. in aspx, the actual pack version of jquery is referenced.

This generator has a bug, because jquery XML Doc has carriage returns in some function descriptions, and this generator has not been processed, resulting in the generated signature JS error.

I fixed this bug. You can click here to download the bug. Remember: This generator only generates JQ function signatures and XML comments. This generator is generated based on jquery's official xml api Doc. That is to say, if jquery API Doc is available in the future, you just need to download it and overwrite the old one.

The signature generated by this generator has a better place, that is, it puts comments of the overload method together, that is, several comments with different loads can be seen in the smart prompt of vs2008.

Source: http://wuchang.cnblogs.com Email: wuchangx # QQ.com

See the following:

Figure 1

Figure 2

Figure 3

 

In addition, if the script file is not updated in time after the script file is modified, you can use the shortcut key Ctrl + Shift + J to update it.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.