2

My company (Java + AngularJS shop) is evaluating both IDEA and WebStorm. Based on some Googling, it looks like IntelliJ IDEA is a superset of the *Storm editors, assuming you install the proper plugins (source1, source2):

Practically, if we purchased IntelliJ IDEA 13.1 Ultimate, what plugins would we need to get these WebStorm features?

  • Grunt integration
  • AngularJS integration
  • Bower integration
  • Karma integration
  • JavaScript auto-complete/navigation
Community
  • 1
  • 1
matthewsteele
  • 1,797
  • 1
  • 15
  • 31
  • I also have similar question for plugin usage in phpstorm? Is there any list to figure out official installed plugins in phpstorm or other product? ( So I can buy one Idea, and then install it one by one or all?) – Yarco Feb 18 '17 at 07:40

2 Answers2

3

Grunt and Bower support, as well as javaScript completion, etc. are available out of the box. AngularJS, Node.js and Karma plugins have to be installed from the repository (Settings/Plugins, Browse Repositories..., type plugin name in the search box to quickly locate it).

lena
  • 90,154
  • 11
  • 145
  • 150
1

Just search the repo, you can do this from within intellij with a nice gui aswell.

javascript code complete is in vanilla (not an external plugin) version btw, as I would imagine most of the others are. Just try the trial version.

NimChimpsky
  • 46,453
  • 60
  • 198
  • 311