Join Stack Overflow to learn, share knowledge, and build your career.
|
I'm trying to add libraries to "External Libraries". I've added them in What is the difference between "library home" and "External Libraries" and how do I make a library external? |
|||||||||||||||||||||
show 1 more comment
|
|
In PhpStorm the stuff listed under External Libraries branch will include:
Quite likely it's the same here in WebStorm for JavaScript libraries: global npm modules or whatever. So I guess when you reference a library that is physically located outside of the project, it should be listed there. |
|||
|
add a comment
|
Not the answer you're looking for? Browse other questions tagged
intellij-idea
phpstorm
webstorm or ask your own question.
|
asked |
3 years ago |
|
viewed |
10,006 times |
|
active |
Hot Network Questions
-
Death by leveling? The effects of 0 max HP and leveling with negative CON
-
Why are Fragments in React 16 better than container divs?
-
Cross US-Canada border at Glaciers NP
-
Is it possible to build a Linux distro supporting both RPM and .deb packages?
-
What are the benefits for the US in declaring Jerusalem as Israel's capital?
STACK OVERFLOW
STACK OVERFLOW
BUSINESS
COMPANY
site design / logo © 2017 Stack Exchange Inc; user contributions licensed under cc by-sa 3.0 with attribution required.rev 2017.12.12.28129
Settings | PHP | Include paths(folders that are not part of the actual project but still referenced for code completion: e.g. libraries installed globally). Quite likely it's the same here: global npm modules or whatever. So I guess when you reference a library that is physically located outside of the project, it should be listed there. – LazyOne Nov 21 '14 at 10:25