Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
https://github.com/Turbo87/intellij-emberjs.git
intellij-emberjs
===============================================================================
This plugin provides basic Ember.js support to all JetBrains IDEs that support JavaScript.
Features
app, public and tests folders as source, resource and test foldersnode_modules and bower_components as library folders.jshintrcNavigate โ Class... and Navigate โ Related Symbol...ember generateDS.belongsTo('user')Installation
Preferences... โ Plugins โ Browse Repositories ... โ Search for "Ember.js"
Clone this repository:
git clone https://github.com/Turbo87/intellij-emberjs.git cd intellij-emberjs
Build a plugin zip file:
./gradlew buildPlugin
Install the plugin from /build/distributions/Ember.js.zip:
Preferences... โ Plugins โ Install plugin from disk ...
Development
./gradlew runIdea
Run the test suite:
./gradlew test
Links
License