您的位置:首页技术文章
文章详情页

angular.js - How to use WebStorm External Libraries in HTML file?

【字号: 日期:2024-03-18 14:57:47浏览:96作者:猪猪

问题描述

Forgive me use Enligsh, Because my linux did not have Chinese input.angular.js - How to use WebStorm External Libraries in HTML file?

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

问题解答

回答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.

标签: HTML
相关文章: