Home > Article > Web Front-end > What software to use to write javascript
Software available for writing javascript: 1. Webstorm; 2. Sublime Text; 3. Atom; 4. Visual Studio Code; 5. Notepad; 6. Eclipse; 7. HBuilder; 8. Kineticwing, etc.
The operating environment of this tutorial: windows7 system, javascript version 1.8.5, Dell G3 computer.
Software that can be used to write javascript
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 a lightweight, concise, efficient, cross-platform editor. It has good expansion functions and powerful shortcut commands that can search for corresponding commands, options, snippets and syntex in real time. It supports VIM mode, supports macros, and supports multi-selection (Multi-Selection) function.
3. Atom
Atom is developed by the GitHub team. Developers can easily customize Atom. Atom comes with a package management tool, code completion, and file system browser. Supports multiple platforms and other useful features.
4. Visual Studio Code
Visual Studio Code is an IDE developed by Microsoft that supports TypeScript. It provides code patching Complete, syntax highlighting, supports Git commands, etc. In addition, it also has a lot of plug-ins.
5. Notepad
Notepad is a very unique set of A free software pure text editor (license: GPL), it has a complete Chinese language interface and supports multi-language writing (UTF8 technology). Its functions are more powerful than Notepad (Notepad) in Windows. In addition to being able to use It can be used to create general plain text description files, and 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.
6. Eclipse
Eclipse is a well-known cross-platform free integrated development environment (IDE). It was originally mainly used for Java language development, but currently some people use plug-ins to make it available for other applications. Development tools for computer languages such as C and Python.
7. HBuilder
HBuilder is a web development IDE launched by DCloud (Digital Paradise) that supports HTML5. HBuilder It is written using Java, C, Web and Ruby. HBuilder itself is mainly written in Java.
It is based on Eclipse, so it is naturally compatible with Eclipse plug-ins.
Quick, yes The biggest advantage of HBuilder is that it greatly improves the development efficiency of HTML, js, and css through complete syntax prompts, code input methods, code blocks, etc.
8, Kineticwing
Kineticwing IDE is a smart, lightweight and portable integrated development environment for rapid web application development.
9, Brackets
Brackets is a very powerful text editing tool, green and free, perfectly compatible with Windows, Mac and Linux operating systems. Brackets also has built-in HTML, CSS, and JavaScript coding, supporting the writing of HTML, CSS, and JavaScript. It can effectively improve the speed of web page editing.
10. NetBeans
NetBeans is an open source company founded in 2000 by Sun (acquired by Oracle in 2009) for the home of the developer and customer communities. Building a world-class Java IDE. NetBeans can currently be developed on Solaris, Windows, Linux and Macintosh OS X platforms and is used under the SPL (Sun Public License).
NetBeans includes an open source development environment and application platform. NetBeans IDE allows developers to use the Java platform to quickly create Web, enterprise, desktop and mobile applications. NetBeans IDE already supports PHP, Ruby, JavaScript, Groovy , Grails and C/C and other development languages.
[Recommended learning: javascript advanced tutorial]
The above is the detailed content of What software to use to write javascript. For more information, please follow other related articles on the PHP Chinese website!