WebStorm is an integrated development environment for coding in JavaScript and its related technologies, including TypeScript, React, Vue, Angular, Node.js, HTML, and style sheets. Just like IntelliJ IDEA and other JetBrains IDEs, WebStorm makes your development experience more enjoyable, automating routine work and helping you handle complex tasks with ease.
WebStorm Features
First look at what is special about WebStorm and other IDEs. 1) Automatic save, you don't need to ctrl+s again and again, all operations are stored directly, of course, in case of keyboard misoperation, it will be stored immediately, but we can solve this problem through local version control. 2) Any editor will have no history record as long as the file is closed, but webstorm does. In other words, as long as webstorm is not closed, your files can be returned to the previous operation at any time, and these historical records will disappear after webstorm is closed and restarted. This disadvantage is also obvious, and the memory consumption caused by this is bound to be relatively large. 3) Any editor, except the server svn, has no local version, but webstorm provides a local file modification history. 4) A vision that keeps pace with the times. Zencoding appeared in the IT industry in 2009. After that, few tools were directly integrated into it. Integrated after webstorm 2.0. Node.js, html5, git, cvs, etc. will not be listed one by one. 5) The plug-ins provided are relatively complete, and the installation is very convenient. This brings another problem. The previous eclipse was installed with third-party plug-ins, and webstorm seems to be unable to install third-party plug-ins. 6) You can export the current setting: File -> Export setting.
Webstorm Installation
1. Go to the official website to download the genuine installation package (it is recommended that all software go to the official website to download the installation package, so as to effectively avoid all kinds of messy viruses)
Official website address: http://www.jetbrains.com/webstorm/
2. Start the installation
3. Choose the installation path
4. The first one means whether to create a desktop shortcut, you can choose according to your needs; after the second .js .css .html is checked, the js css html file will be opened with webstorm by default
5. Normal installation
6. After the installation is complete, choose whether to use the previous version's settings (themes, fonts, shortcut keys, etc.), if not, there is no previous version by default, just click OK