Releases: Turbo87/intellij-emberjs
Releases · Turbo87/intellij-emberjs
v1.5.1
- Fix broken
ember
invocation
v1.5.0
- Add
Exclude node_modules/bower_components folder
application settings
- Use "Resource Folders" only for IntelliJ
- Update Kotlin to v1.0.1-2
v1.4.2
- Fix
java.lang.IllegalStateException: it.virtualFile must not be null
(#37)
v1.4.1
- Revert automated build process to use JDK 1.7 again
v1.4.0
- Add IntelliJ 14 (all
141.*
builds) compatibility
- Add IntelliJ 16 (all
144.*
builds and above) compatibility
- Only enable JSHint automatically if
.jshintrc
file was found
- Add basic support for Ember.js addons
- Use locally installed
ember
executable
v1.3.1
- Fix Ember.js project detection in PyCharm, WebStorm, RubyMine, ...
- Fix Ember.js project detection if subfolders contain Java files
- Fix ember-cli exception and broken timeout
- Add icons for Darcula UI theme
v1.3.0
Navigate → Related Symbol...
for tests
- Show file type icons in project tree view
- more Live Templates for HTMLBars
- Basic reference resolving and completion for e.g.
DS.belongsTo('user')
- Generate Ember.js files via
ember generate
v1.2.0
- Enable JSHint using
.jshintrc
- Mark
node_modules
and bower_components
as library folders
- Quick navigation via
Navigate → Related Symbol...
for all major app components
- Live templates