angular.js - How to use WebStorm External Libraries in HTML file?
过去多啦不再A梦
过去多啦不再A梦 2017-05-15 16:58:13
0
1
708

Forgive me use Enligsh, Because my linux did not have Chinese input.

As the picture show , I add lib in External libaries, but I do not know how to use it,
Thanks for your reply!

过去多啦不再A梦
过去多啦不再A梦

reply all(1)
世界只因有你

External Libraries will help you working with WebStorm with full/advance coding assistance at disposal, such as auto completion, documentation lookup, keywords navigation etc. They all be used in JavaScript files, not HTMLs, this is how and where External Libraries works.

If what you need is to refer the correct path to angular.js file, whatever you added to External Libraries doesn't matter at all. You need to either put angular.js in your project w/ path relative to the HTMLs, or add angular.js or its path as the content root of this project.

See https://www.jetbrains.com/webstorm/help/configuring-folders-within-a-content-root.html to get more depth information about this topic.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!