Emberjs Plugin

screenshot of Emberjs Plugin

EmberJS plugin for Intellij IDEA and Webstorm IDE

Overview

The EmberJS IntelliJ plugin, although now considered obsolete in favor of the new intellij-emberjs project, offers a range of functionalities designed to support EmberJS development within the IntelliJ platform. This plugin integrates with various IDEs such as WebStorm and PhpStorm, providing developers with essential tools to streamline their workflow. While still a work in progress, the community is encouraged to contribute to its development, making it an interesting option for those focused on EmberJS.

Features

  • Integration with AngularJS Plugin: Leverages the existing AngularJS plugin infrastructure, allowing access to advanced features that enhance EmberJS functionality.
  • Ember CLI Project Creation: Facilitates the creation of new EmberJS projects by executing Ember CLI commands under the hood.
  • Intelligent Indexing: Automatically indexes EmberJS entities like Components, Controllers, and Models, making them easily accessible during development.
  • Live Templates Support: Provides predefined code snippets as live templates, streamlining the coding process for various scripting languages used in EmberJS.
  • Documentation Lookup: Offers a functionality to search for and retrieve documentation for Ember classes directly from the official EmberJS documentation site.
  • Renaming Refactor Support: Currently the only refactoring feature available, enabling users to rename components while automatically updating all usages across templates in line with Ember naming conventions.
  • Custom Project Settings: Includes a settings package for Ember project configurations, promoting easier customization and management of project-specific settings.