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.
- 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.
- Open your Angular project.
- 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.
Please report any issues on https://youtrack.jetbrains.com/issues/WEB.