Home  >  Article  >  Web Front-end  >  What tools are used to write javascript?

What tools are used to write javascript?

青灯夜游
青灯夜游Original
2021-10-08 11:32:508706browse

Tools for writing javascript: 1. Webstorm; 2. Sublime Text; 3. Atom; 4. Visual Studio Code; 5. HBuilder; 6. Eclipse; 7. Notepad; 8. ACe; 9. scripted, etc. wait.

What tools are used to write javascript?

The operating environment of this tutorial: windows7 system, javascript version 1.8.5, Dell G3 computer.

Tools that can write javascript code

1. Webstorm

This is the most intelligent JavaScript IDE. Although WebStorm is small, it is very powerful and can fully handle complex client-side development and server-side development.

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

2. Sublime Text

Sublime Text is not actually an IDE, but a lightweight and fast text editor for programming. , which provides syntax highlighting and intuitive keyboard shortcuts. It's inherently cross-platform, so it's ideal for developers who want to use a Mac in a PC environment (or vice versa). Almost every part of Sublime Text can be customized, and it also provides a variety of plug-ins that add IDE-like functions to it, such as integration with Git and code organization. It is a great choice for JavaScript enthusiasts and novice developers.

3. Atom

Atom is developed by the GitHub team. Developers can easily customize Atom. Atom comes with a package management tool, code completion, file system browser, support for multiple platforms, and other useful features.

4. Visual Studio Code

Visual Studio Code (referred to as "VS Code") is a product officially announced by Microsoft at the Build Developer Conference on April 30, 2015. A cross-platform source code editor for writing modern web and cloud applications that runs on Mac OS X, Windows, and Linux. It runs on the desktop and is available for Windows, macOS, and Linux. It has built-in support for JavaScript, TypeScript, and Node.js, and a rich ecosystem of extensions for other languages ​​(such as C, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).

5. HBuilder

HBuilder is a web development IDE launched by DCloud (Digital Paradise) that supports HTML5. HBuilder was written using Java, C, Web and Ruby. The main body of HBuilder itself is written in Java.

It is based on Eclipse, so it is naturally compatible with Eclipse plug-ins.

Fast is the biggest advantage of HBuilder. Through complete syntax prompts, code input methods, code blocks, etc., it greatly improves the development efficiency of HTML, js, and css.

6. Eclipse

Eclipse is a well-known cross-platform free integrated development environment (IDE). Initially it was mainly used for Java language development, but now some people use plug-ins to use it as a development tool for other computer languages ​​such as C and Python.

7. Notepad

Notepad is a very unique free software pure text editor (license: GPL), with a complete Chinese language interface and Supports the function of writing in multiple languages ​​(UTF8 technology). Its function is more powerful than Notepad in Windows. In addition to being used to create general plain text description files, it is also very suitable as an editor for writing computer programs. Notepad not only has syntax highlighting, but also has a syntax folding function, and supports macros and plug-in modules that expand basic functions.

8, ACe

Ace is an embeddable code editor written in JavaScript. It comes with the functionality and performance of native editors such as Sublime, Vim and TextMate. It can be easily embedded into any web page and JavaScript application.

9, codepress

CodePress is a web-based source code editor written in JavaScript, and can edit the source code in real time when writing the source code in the edit box. Syntax is highlighted with coloring.

10. scripted

Scripted is a fast and compact code editor that initially focused on JavaScript editing. Scripted is also a browser-based editor, and the editor itself is served from a Node.js server instance running locally.

11. Netbeans

This is another very impressive and very easy-to-use code editor that supports multiple programming languages ​​such as Javascript.

12. Spket IDE

Spket IDE is a powerful toolkit that supports JavaScript and XML development. Its powerful functions can be used for editing and development of JavaScript, XUL/XBL and Yahoo! Widgetd. This JavaScript editor provides features like code completion, syntax highlighting, and content summarization to help developers create JavaScript code efficiently.

[Recommended learning: javascript advanced tutorial]

The above is the detailed content of What tools are used to write javascript?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn