This plugin provides support for Angular and AngularJS projects in IntelliJ IDEA Ultimate, GoLand, PhpStorm, PyCharm Professional, Rider, RubyMine, and WebStorm.
It provides intelligent Angular-specific code completion, navigation and refactoring.
The plugin bundles a collection of AngularJS code templates by Pawel Kozlowski and a collection of Angular code templates by John Papa, adapted to WebStorm by Reto Ryter.
- If you’re using WebStorm, IntelliJ IDEA Ultimate, 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.
- Open your Angular project.
- Make sure that you have AngularJS or 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 and AngularJS in the IDE.
Please report any issues on https://youtrack.jetbrains.com/issues/WEB.