Skip to content

Latest commit

 

History

History

README.md

Angular Plugin for IntelliJ IDEA-based IDEs

This plugin provides support for Angular projects in IntelliJ IDEA, GoLand, PhpStorm, PyCharm, Rider, RubyMine, and WebStorm.

It provides intelligent Angular-specific code completion, navigation and refactoring.

The plugin bundles a collection of Angular code templates by John Papa, adapted to WebStorm by Reto Ryter.

Getting started

  1. If you’re using WebStorm, IntelliJ IDEA, PhpStorm or PyCharm Pro, the plugin is already installed and enabled in your IDE. In GoLand, Rider or RubyMine, install AngularJS plugin in Preferences | Plugins - Install JetBrains plugins.
  2. Open your Angular project.
  3. Make sure that you have Angular library files in your project (for example, in the node_modules folder) – this is required for the IDE to enable Angular support for this project.

Here you can find more information on using Angular in the IDE.

Reporting issues

Please report any issues on https://youtrack.jetbrains.com/issues/WEB.