What are the commonly used HTML5 development tools?

What are the commonly used HTML5 development tools?

When developing front-end pages, in order to complete tasks quickly and efficiently, some HTML5 development tools with convenient functions such as code highlighting and syntax prompts are usually used. Common HTML5 development tools include Sublime, Visual Studio Code, webstorm, Dreamweaver, Hbuilder, etc. The details are as follows.

1、 Sublime

The full name of Sublime is Sublime Text, which is a code editor first developed by programmer Jon Skinner in January 2008. Sublime Text has a beautiful user interface and powerful features, such as code thumbnails, functional plugins, and more. Sublime text is also a cross-platform editor, supporting Windows, linux, Mac and other operating systems.


2、 Visual Studio Code

Visual Studio Code ("VS Code" for short) is Microsoft's official announcement at the Build Developers Conference on April 30, 2015 that it runs on Mac OS X, Windows and Linux, and is aimed at writing modern Web and cloud applications. Platform source code editor that runs on the desktop and is available for Windows, macOS, and Linux. It has built-in support for JavaScript, TypeScript, and Node.js, and has a rich ecosystem of extensions for other languages ​​(such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).


3、 Webstorm

WebStorm is a JavaScript development tool owned by JetBrains. It has been praised by the majority of Chinese JS developers as "the artifact of Web front-end development", "the most powerful HTML5 editor", "the most intelligent JavaScript IDE" and so on. It has the same origin as IntelliJ IDEA and inherits the functions of the powerful JS part of IntelliJ IDEA.

4、 Dreamweaver

Dreamweaver, referred to as DW (Chinese translation is "dream weaver"), is a "what you see is what you get" web editor developed by MACROMEDIA company in the United States, which integrates web page production and website management. It was acquired by Adobe in 2005. DW is the first set of visual webpage development tools for non-professional website builders, using it to easily create webpages.

5、 Hbuilder

HBUilder is a web development software that supports HTML5 launched by DCloud. "Fast" is the biggest advantage of BUilder. Through complete syntax prompts, code input methods, and code blocks, HBuilder can greatly improve the development efficiency of HTML and JavaScript.

Guess you like

Origin blog.csdn.net/JACK_SUJAVA/article/details/126876327