2

1- Is there any XPCOM stub files (javascript) that can be used by PHPStorm for code completion?

2- Is there any way to facilitate FireFox plugin development in PHPStorm?

3- How can I set FireFox as the only browser target for syntax checking? Currently for each() construct is displayed as a syntax error but it is correct in Firefox.

Georg Fritzsche
  • 97,545
  • 26
  • 194
  • 236
Handsome Nerd
  • 17,114
  • 22
  • 95
  • 173

1 Answers1

0

You should set your JavaScript version in preferences\JavaScript to 1.7 or above to use let and for each.

Handsome Nerd
  • 17,114
  • 22
  • 95
  • 173