WebStorm adds Meteor Support

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 features (like the Shadow DOM polyfills) and layout attributes.
  • Gulp Integration - Easily browse through the list of tasks defined in the project gulpfile.js and run or debug any of them simply by double-clicking the task name.
  • Automatic Update for Node.js Apps - With the updated Live Edit feature, WebStorm can seamlessly update your Node.js application.
  • EditorConfig - Define and share code style configuration between different IDEs and editors.
  • Dart's Pub Serve - For Dart projects, WebStorm adds seamless integration with pub serve. Now when you open your Dart app in the browser from the IDE or start a debug session, WebStorm will automatically run pub serve command first.
  • CSS3 Enhancements - Advanced coding assistance for CSS3 properties and values including autocomplete and new on-the-fly inspections.
  • Inline Variables View - See variable values next to their usages with Inline variables view.
  • Scratch Files - Experiment and prototype right in the editor, without creating any new project files.