IDE

WebStorm IDE

What is WebStorm IDE?

WebStorm is a powerful JavaScript IDE developed by JetBrains. It provides a range of features for web development, including code completion, debugging, and version control integration. WebStorm is available as a free community edition and a paid professional edition.

Setup Project

Landing

  1. Click on the Open and select the project folder.
  2. Click on Tools -> Development -> Browse Remote Host
  3. Create or select an existing remote server

Add Remote Server

If you have setup a SSH key for your remote server, you can use it to connect to the server. Otherwise, you can enter the server credentials manually.

  • Password: Enter the password for the remote server.
  • OpenSSH config and authentication agent: WebStorm will look for the SSH config file and authentication agent on your local machine.
  1. Click on Test Connection to test the connection to the remote server.
  2. Close the Add Remote Server dialog.
  3. Locate the root path to the project folder on the remote server.
  4. Click on the Mappings tab and map the project folder on the remote server to the local project folder.

Project Mappings

Sync Project with Remote Server

  1. Click on Tools -> Deployment -> Sync with deployment with... and select the remote server.
  2. WebStorm will compare the project files with the remote server files.
  3. You can see compare result and choose download, upload or ignore.
Previous
Raspberry Pi