Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)

License

NotificationsYou must be signed in to change notification settings

Turbo87/intellij-emberjs

Repository files navigation

Logo intellij-emberjs

This plugin provides basicEmber.js support to allJetBrains IDEs that support JavaScript.

Features

Navigate → Class...

  • Ember.js project discovery when imported from existing sources
  • Automatically sets the language level to ES6
  • Marksapp,public andtests folders as source, resource and test folders
  • Marksnode_modules andbower_components as library folders
  • Enable JSHint using.jshintrc
  • Quick navigation viaNavigate → Class... andNavigate → Related Symbol...for all major app components
  • Generate Ember.js files viaember generate
  • Basic reference resolving and completion for e.g.DS.belongsTo('user')
  • Live templates

more...

Installation

This plugin is published on theJetBrains Plugin Repository:

Preferences... → Plugins → Browse Repositories ... → Search for "Ember.js"

From Source

Clone this repository:

git clone https://github.com/Turbo87/intellij-emberjs.gitcd 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

Run IntelliJ IDEA Ultimate with the current plugin pre-installed:

./gradlew runIdea

Run the test suite:

./gradlew test

Links

License

This project is licensed under theApache 2.0 License.


[8]ページ先頭

©2009-2025 Movatter.jp