WebStorm のリリース

Released: Nov 5, 2015

Updates in this release

Updates in 11

  • TypeScript 1.5 and 1.6 - Coding assistance for JSX, ES6 generators and modules, local types and other TypeScript new features.
  • Better ECMAScript 2015 Support - WebStorm 11 includes smarter coding assistance for named exports in import statements.
  • Formatting for Chained Method Calls - The new formatting options provide greater flexibility in configuring indents and wrappings for chained method calls in JavaScript and TypeScript.
  • New Node.js Inspections - New inspections alert you if...

Released: Mar 31, 2015

Updates in this release

Updates in 10

  • Improved JavaScript Support - Enjoy faster code highlighting and code completion suggestions, as well as enhanced ECMAScript 6 support including module syntax.
  • TypeScript 1.4 and 1.5 Support- Use the latest language features of TypeScript 1.4 including union types, let, and const keywords.
  • TypeScript Built-in Compiler - Quickly and easily compile your TypeScript code to JavaScript using the built-in compiler. All compilation errors are reported in the editor on-the-fly...

Released: Nov 4, 2014

Updates in this release

Updates in V9.0

  • Meteor Support - Coding assistance for Meteor APIs, debug configurations for server-side Meteor code and new Meteor project generator.
  • React and JSX - Syntax highlighting, code completion and error detection for JSX and JavaScript expressions in JSX.
  • Integration with PhoneGap, Cordova and Ionic - Create, emulate and deploy apps right from the IDE and have direct access to the Cordova plugin registry.
  • Polymer Support - The IDE understands custom elements imports, Polymer’s styling...

Released: Apr 28, 2014

Updates in this release

Updates in V8.0

  • AngularJS Support - Intelligent code completion for directives, controller and application names and code insights for data bindings.
  • Spy-js - See a full list of events that trigger code execution, then dig into the stack trace and explore the source code.
  • Multiple Carets and Selections - Place carets in multiple locations in your file and edit code simultaneously.
  • Grunt Console - Browse through lists of Grunt tasks defined in your project and execute any task by double-clicking...

Released: Oct 3, 2013

Updates in this release

Updates in V7.0

  • Support for EJS - EJS-specific syntax highlighting, typing assistance and formatting.
  • Mustache - WebStorm now understands .mustache and .hbs files and provides formatting and syntax highlighting for Handlebars and Mustache templates.
  • Stylesheets and JavaScript - WebStorm 7 comes with basic support for Stylus stylesheet language including code completion, formatting, syntax highlighting and automatic compilation to CSS.
  • Compass - For a more complete experience with Sass, there is...

Released: Mar 18, 2013

Updates in this release

Updates in V6.0

  • Automatic transformation of higher-level languages into those recognized by browsers.
  • Full-featured debugging of TypeScript, Dart or CoffeeScript via source maps.
  • Live Edit is now even more convenient to use and supports HTML5 live editing.
  • Improved HTML and CSS coding, with a re-designed HTML structure view and support for Emmet.
  • Revised approach for handling JavaScript libraries, allowing JS developers to work transparently with minimized and compiled files stored in the...

Released: Feb 7, 2013

Updates in this release

Updates in V5.0

  • Live HTML/CSS/JS Editing Preview - See page updates in real time.
  • Google Closure Compiler JSDoc Annotations Support - JSDoc tags support has been significantly improved.
  • JavaScript - Version 5.0 brings dozens of improvements for JavaScript development, including speed improvements and debugging in JSTestDriver.
  • Jade Templates - Initial support for working with .jade files, including code completion for HTML tags, code completion for all Jade statements and the ability to create...

Released: Jun 27, 2012

Updates in this release

Updates in V4.0

  • ECMAScript Harmony Support - Experimental support of a new ECMAScript version code-named Harmony
  • HTML5 Boilerplate and other Web Application Templates - WebStorm offers some well-known project templates to use depending on your needs
  • Code Coverage in JavaScript Unit Testing - Users of JsTestDriver can measure code coverage visually
  • Easier JavaScript Library Scope Configuration - Reorganized the Settings|JavaScript|Libraries configuration panel
  • JavaScript Completion - More...

Released: Dec 29, 2011

Updates in this release

Updates in V3.0

  • Node.JS - Debug and validate server-side JavaScript (Node.JS apps)
  • JSLint - JavaScript code quality tool integrated in the IDE. Checks your code whilst editing
  • Smart Duplicated Code Detector - For JavaScript, CSS and HTML
  • CoffeeScript - A programming language that compiles to JavaScript and enhances its brevity and readability
  • JavaScript Unit Testing - Jump from an exception stacktrace straight into your source code
  • FTP/SFTP Sync Improved - Sync with Local/Sync with Deployed...

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...