1

I am a bit confused... I have IntellJ IDEA 2017.1 and I am trying to set up some external JS libraries, as per the JetBrains documentation I should go to

Settings > Languages & Frameworks > JavaScript > Libraries

And from there download the library I need... Except, there is no Libraries sub-menu item under JavaScript.

Missing Menu

I have the JavaScript Support plugin enabled, so I really don't understand why it's missing.

Any thoughts?

EDIT: Here is the screen of the menu I use to access Settings while I am NOT in a project.

enter image description here

Tony Morello
  • 462
  • 2
  • 19

1 Answers1

2

You have opened default project settings (File | Default Settings). Default settings is a template for new project, there is no way to set up libraries there. You should have opened your project preferences instead (File | Settings on Windows/Linux or Idea | Preferences on OSX)

lena
  • 90,154
  • 11
  • 145
  • 150