Introduction to HTML5 Development IDE

Source: Internet
Author: User

The tools for developing HTML5 are available: Intellij idea, Eclipse, webstorm three software.

Javascript Development Tools Webstorm Tutorial: How to Debug Webstorm?

1. It is best to use Webstorm.

Java Script is an object-and event-driven, client-side scripting language with relative security and is the most popular Web scripting language nowadays. There is also an active expansion of the application area, and a growing number of JavaScript-based games are also being developed. On the other hand, Javascipt is also the target of many other languages, such as the Coffeescript language with higher streamlining and readability, and the Ypescript language for large-scale applications. The latest Tiobe programming language June leaderboard, JavaScript also re-entered the top 10, the current JavaScript language is still in the Tiobe programming language in the rankings of an upward trend, still have the potential. Choosing the right development tool for a good programming language can do more with less. JetBrains's Webstorm is an excellent JavaScript development tool, known as the most intelligent javasscript IDE by most JS developers. Online download cracked version, the Chinese version of a lot, can download cracked, is in the first menu in the crack, to first choose Webstorm to crack.

Smart Code Completion: supports different browser prompts, and includes all user-defined functions (in the project). The code complements all the popular libraries, such as: JQuery, YUI, Dojo, Prototype, Mootools and Bindows.

code formatting: not only can the code be formatted, but all rules can be defined by themselves.

HTML hints in code writing: people often write HTML code in the JS code, generally very painful, but with smart hints, it is much more fun. and HTML inside can also have JS hint.

code navigation and usage queries: simply press the CTRL key to click on a function or variable, and you can jump directly to the definition: you can find a function or variable in the whole project, and you can also find the use and highlight.

Code Refactoring (this operation is somewhat like ReSharper, users who are familiar with ReSharper should get started quickly): Support Rename , extract variables/functions, inline variables/functions, move/copy, safely delete, and so on.

code Check and quick fix: You can quickly find errors in the code or need to optimize the place, and give a change of opinion, quick fix.

code debugging;

code Structure Browsing: You can quickly browse and locate.

Code folding;

browser Support details tips: keywords, tags, variables, parameters and functions of JavaScript code completion are based on the popular browser support Dom (IE, Firefox, etc.) standard, can be displayed under different browser support details.

2. The most beautiful interface is IntelliJ idea.

Compared to Webstorm (only with cracked version), when using IntelliJ idea, it has a free version. And its details are particularly good, a bit like Apple's product, and the user experience is particularly good.

3. The most-card interface is eclipse.

Report:

1.js encryption or obfuscation address: http://www.jb51.net/tools/eval/

All along, JS front-end code because must pass through IE plaintext parsing, some of the encrypted JS such as: Jscript.encode also because of tall tree catches, long been cracked. There are also some means of encryption, through the complex transformation, change the source code, but eventually all escaped the final trial, like Unescape,document.write,eval statement to restore. For the protection of JS code, the best way is to confuse, the purpose of confusion is to read the code cost is higher than directly write code, confusion is not unbreakable, just increase the cost of cracking, java,c# encryption is the use of confusion. So for very core code, confusion does not protect the code, but JS has such a code? This procedure does not use the compiling principle, its word-breaking parsing idea is based on Mechiland (http://www.jzchen.net) code highlighting program, reference Blue Classic encryption confusion discussion.

Introduction to HTML5 Development IDE

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.