angular.js - How to use WebStorm External Libraries in HTML file?
問題描述
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!
問題解答
回答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.
相關文章:
1. python - Pycharm的Debug用不了2. 這是什么情況???3. docker start -a dockername 老是卡住,什么情況?4. Python的os.listdir在獲取文件列表時的順序問題5. 統計 - MYSQL版本問題導致SQL語法錯誤!unknow column ’SQLSTR’6. node.js - 關于你不知道的JavaScript上一書介紹的行為委托7. java - 如何讓maven優先使用用戶setting.xml的配置?8. javascript - Vue.js2.0不能使用debounce后大伙一般是如何解決延遲請求的問題的呢。9. initPage:是什么意思? 是返回的意思嗎?10. 有哪些將html5語義化標簽運用到極致的站點?
