WebStorm installation tutorial [2023 latest version diagram] This article teaches you to install

introduction

Today, I found a software that focuses on front-end development. Compared with VSCode, this one seems to be good, in preparation for a follow-up API interface project.
For beginners in JavaScript development, the most important thing is to install WebStorm software, a very good JavaScript tool, and there is no detailed WebStorm tutorial on the Internet. Today I will use the latest 2023 version of WebStorm to take you through it from downloading to installation and project creation;

1. Download WebStorm

Official website link
insert image description here

2. Open the WebStorm official website introduction page, click Download to enter the download page;
insert image description here
3. Download 0.0
insert image description here
4. Install, check all the following, and then select Next
insert image description here
insert image description here
insert image description here
5. The interface after the successful installation of WebStorm, the default selection is later Restart WebStorm, Reboot now (restart now)
insert image description here

3. WebStorm activation configuration and project creation

1. Double-click the "WebStorm 2022.3." shortcut key icon to start WebStorm;
insert image description here

Active Code

Click to get the code
insert image description here

The installation is complete

insert image description here

try to create a new project

insert image description here

  • At this time, the interface entered is as follows
    insert image description here
    insert image description here
  • It can be seen that this is really similar to IDEA, and it is indeed developed by Jerstbin.
    More situations where the code fails

Guess you like

Origin blog.csdn.net/weixin_59823583/article/details/129349299