QUESTION: Inspection Results (Where was automatic download of AngularJS placed?) Follow
I chose "CODE -> INSPECT CODE...". There were problems reported. One of the problems appeared to the script link to google's CDN for AngularJS:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.2/angular.min.js">
A link titled "download" or something like that appeared. I clicked it and the following appears:
Where was the download of "angularjs/1.4.2/angular.min.js" placed?
I ask, because it does not seem to appear in the project folder.
QUESTION:
- To what location was "angularjs/1.4.2/angular.min.js" downloaded to on my computer?
Please sign in to leave a comment.
Hi there,
Accordingly to this document it should be somewhere in "~/Library/Caches/WebStormXX/extLibs" (I'm not a Mac user so cannot confirm it for 100%, but on Windows 7 using PhpStorm 9 it can be found be in C:\Users\USERNAME\.WebIde90\system\extLibs folder).
Once downloaded it will be available for other projects as well (the library in IDE is marked as "global" so no need to re-download it again, unless, of course, different version or different URL).
Thanks for responding Andriy.


In "Preferences -> Libraries & Frameworks -> JavaScript -> Libraries", I found "Angular".
When I double click (or highlight and click EDIT), the following window opens:
What are the "Documention URLs used for?
Nothing currently shows.
If I clicked the plus button ("+"), a window open requesting I enter an URL:
Would I enter the following URL?
https://code.angularjs.org/1.4.2/docs/api
QUESTIONS:
To fetch and display documentation for specific method/function.
The best thing -- try this with jQuery, for example. I've never used AngularJS myself (plus, I'm not really a JS person) so cannot say what exactly needs to be entered in your particular case. For jQuery (and some other libraries/frameworks) the doc links are provided by IDE automatically.
What URL? Documentation?
"View | Quick Documentation"
"View | External Documentation"
https://www.jetbrains.com/webstorm/help/viewing-reference-information.html?search=lib