Skip to content

Webstorm

WebStorm is a JavaScript and Typescript IDE with a complete set of tools for client-side and server-side development and testing. It provides code completion, on-the-fly error detection, powerful navigation and refactoring for JavaScript, TypeScript, CSS, HTML and more.

Download WebStorm

Webstorm comes bundled with a lot of extensions by default. This section introduces additional plugins which can be installed in the editor's plugin menu.

  1. .env files support

    • Code completion based on .env, docker and docker-compose files.
    • "Go to declaration" support for enviroment variables.
    • .env file syntax highlighting
  2. Iterm Plugin

    Spawn iterm shells in Webstorm instead of the default Mac terminal.

  3. OpenAPI Specifications

    Adds enhanced support for OpenAPI file editing and previewing.

  4. SonarLint

    Sonarlint can be seen as an extensive linter which warns the developer about common code smells. It is a powerful tool which can help bring your code to the next level.

  5. IDE Features Trainer

    New to Jetbrains IDEs? No worries, this plugin will help you get started with some of the basic features in the editor.

  6. Github Copilot

    Your AI pair programmer.