Lancements de WebStorm

Released: Feb 25, 2011

Updates in this release

Updates in V2.0

  • New JavaScript specification - EcmaScript 5
    Recently JavaScript specification was incrementally advanced with a common coding pitfalls prevention mode (aka "strict mode"). WebStorm will help you use these new productive features. If the IDE finds a "use strict" statement in your JavaScript file, the editor will mark as errors all accesses of undefined global variables, duplicated parameters / property names, and usages of the delete operator for unqualified variables.
  • Organizer...