Is there any way to enable AngularJS plugin in project without having AngularJS source code downloaded? Permanently deleted user Created May 17, 2017 10:25
No. For AngularJS (https://angularjs.org/), you need to have angular.js file (debug version, non-compressed, not obfuscated) in your project. See https://blog.jetbrains.com/webstorm/2014/03/angularjs-workflow-in-webstorm/
For Angular (https://angular.io/), having @angular modules installed locally is required (https://blog.jetbrains.com/webstorm/2016/04/angular-2-workflow-in-webstorm/)