Home > Article > Web Front-end > Is the only tool for writing javascript programs a plain text editor?
wrong. There are many development tools for writing JavaScript programs, such as: Webstorm, Atom, Visual Studio Code, Brackets, sublime text, Notepad, JS Nice, HBuilder, Eclipse, etc.
The operating environment of this tutorial: Windows 7 system, JavaScript version 1.8.5, Dell G3 computer.
Tools that can write javascript programs
WebStorm
WebStorm is a powerful JavaScript IDE. It supports multiple frameworks and CSS languages, including front-end, back-end, mobile and desktop applications. WebStorm can seamlessly integrate third-party tools, such as building, syntax checking and building linters, etc. It provides code completion, real-time error monitoring, navigation, built-in console, various plug-ins and other system functions.
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.
Visual Studio Code
Visual Studio Code is an IDE developed by Microsoft and supports TypeScript. It provides code completion, syntax highlighting, supports Git commands, and more. In addition, it has a lot of plug-ins.
Brackets
Brackets is a lightweight open source editor. It focuses on visual tools that can help developers develop web applications. Brackets supports real-time preview and inline editing.
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.
Notepad
Notepad is a very unique set of free software pure text editor (license: GPL), with a complete Chinese cultural interface and the function of supporting multi-language writing (UTF8 technology) . Its function is more powerful than Notepad (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 syntax folding function, and supports macros and plug-in modules that extend basic functions.
Eclipse
Eclipse is a well-known cross-platform free integrated development environment (IDE). Initially, it mainly It is used for Java language development, but currently some people use plug-ins to use it as a development tool for other computer languages such as C and Python.
HBuilder
HBuilder is DCloud (digital A Web development IDE that supports HTML5 launched by Paradise. HBuilder was written using Java, C, Web and Ruby. HBuilder itself is mainly written in Java.
It is based on Eclipse, so it is naturally compatible Eclipse plug-in.
Fastness 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.
JS Nice
JS Nice is a tool that makes obfuscated JavaScript code more readable. It uses a new type of deobfuscation and decompression for JavaScript code beautification engine. JSNice uses advanced machine learning and program analysis technology to learn naming and type regularities from available open source projects.
JS Hint
JSHint is a JavaScript syntax and Style checking tool, you can use it to remind you of issues related to code style. It can be well integrated into many commonly used editors and is a good tool to unify the team's coding style.
Js Bin
JSBin is a web application mainly used to help test JavaScript and CSS code snippets. JSBin allows you to edit and test JavaScript and HTML. You can save it at any time and put the URL Send to peers for review or for help so they can further revise and resave the content.
Kinetic Wing
KineticWing is a free, lightweight IDE available for all major operating systems (Mac support coming soon). It is not a complex IDE, but more like a smart text editor with modern features. These features include: support for Sass or Less (with built-in compiler), support for HTML5 and CSS3, and support for CoffeeScript.
Code Mirror
CodeMirror is an online code editor based on Javascript. It is specially used to edit code and is equipped with a large number of language modes to achieve more Advanced editing features. CodeMirror is not a subsidiary product of a rich text editor. It is the basic library of many well-known online code editors.
Ace
ACE is an embeddable code editor written in JavaScript. It matches many local editors, such as Sublime, Vim and TextMate, etc. ACE is maintained as the main editor for Cloud9 ID and is the successor to the Mozilla Skywriter project.
Net Beans
NetBeans IDE is an award-winning integrated development environment that can easily run on Windows, Mac, Linux and Solaris. 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 currently supports PHP, Ruby, JavaScript, Ajax, Groovy, Grails and C /C and other development languages.
Cloud 9
Cloud9 IDE is a JavaScript program development Web IDE built on Node.JS. It has a very fast text editor that supports shading for JS, HTML, CSS and a mixture of these. Cloud9 IDE also integrates debuggers for node.js and Google Chrome that can be started, paused and stopped in the IDE, enabling you to test and deploy your code in a cloud computing environment.
Komodo Edit
Komodo Edit is an open source cross-platform editor that supports Windows, Linux and Mac. It is usually distributed with the Komodo integrated development environment, but can also be used independently. Komodo Edit supports JavaScript, Ruby, Tcl, PHP, Perl and other popular programming languages. Komodo Edit has syntax highlighting, syntax checking, Vi simulation, auto-complete and other functions.
JS Fiddle
jsFiddle is an online shell editor that creates customized environments through popular JS frameworks to simplify JS code. Can be used to test sample code. Not only that, you can also add an Ajax echo backend and automatically load resources through a series of JavaScript frameworks, such as MooTools, jQuery, Dojo, Prototype, YUI, Glow, Vanilla, etc. Another important feature is the ability to save and share a unique URL generated code. jsFiddle also has an embedding function.
Koding
koding is a free, full-featured cloud development environment that makes creating and editing code very convenient. It offers some great collaboration tools. After registering, you can get a free virtual machine to assist you in your development journey.
Scripted
Scripted is a fast and lightweight JavaScript code editor based on a web browser. Scripted is developed by VMware based on the editor component of Eclipse Orion. It works locally and content is served by a Node.js web server.
Codio
Codio is a powerful cloud computing and browser-based IDE (web IDE) that covers the complete web development cycle from prototype to deployment . Codio supports almost all programming languages including Javascript, PHP, Ruby, etc.
Light Table
LightTable is a new concept IDE developed with clojure and css, supporting multiple languages. Supports plug-in architecture, inline documentation and document search, supports auto-complete, paredit features, and backend allows remote nrepl sessions, etc. Light Table is open source, and its code is all hosted on GitHub and follows the GNU open source license.
For more programming-related knowledge, please visit: Programming Teaching! !
The above is the detailed content of Is the only tool for writing javascript programs a plain text editor?. For more information, please follow other related articles on the PHP Chinese website!