Current location - Quotes Website - Signature design - What software do you use to write code?
What software do you use to write code?

The software used for coding includes: Android studio, WebStorm, Intellij IDEA, source inshght, Vscode.

1. Android studio

has better support for UI interface design and coding, and can easily adjust multiple resolutions on the device. ProGuard tools and application signing are also supported. However, the current version of Android Studio cannot manage multiple projects in the same window.

2. WebStorm

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. However, my fans say this is a bit stuck, but it is still fully functional.

3. Intellij IDEA

Intellij IDEA is an integrated environment for Java programming language development, and is also recognized as a better Java development tool in the industry.

4. source inshght

A program editor and code browser for project development, which has built-in analysis of C/C++, C# and Java programs. Source Insight analyzes your source code and dynamically maintains its own symbol database as you work, automatically showing you useful contextual information. Source Insight provides the fastest navigation of source code and source information of any program editor.

5. Vscode

Vscode, the full name of Visual Studio Code, is a cross-platform source code editor for writing modern web and cloud applications.