- Miguel Angel Casanova (@Tolke)
- #478 Update dependency gradle to v8 (@renovate[bot])
- #486 Update plugin org.jetbrains.intellij to v1.16.1 (@renovate[bot])
- #450 Update dependency gradle to v7.6.3 (@renovate[bot])
- #503 Replace deprecated
toUpper/LowerCase()
fns (@Turbo87) - #502 Remove obsolete
Process
extensions (@Turbo87)
- Tobias Bieniek (@Turbo87)
- Tobias Bieniek (@Turbo87)
- Derek Wickern (@dwickern)
- Tobias Bieniek (@Turbo87)
- Tobias Bieniek (@Turbo87)
- Tobias Bieniek (@Turbo87)
- Derek Wickern (@dwickern)
- Derek Wickern (@dwickern)
- #440 Fix
LineMarkerInfo
deprecation error (@Turbo87) - #436 Update IntelliJ to v2022.1 (@ChrisCarini)
- Chris Carini (@ChrisCarini)
- Tobias Bieniek (@Turbo87)
- Tobias Bieniek (@Turbo87)
- #392 Rework
EmberNameIndex
intoCachedValue
(@tomblachut) - #384 Use modern intellij-platform-plugin-template (@stukalin)
- Andrey Stukalin (@stukalin)
- Tomasz Błachut(@tomblachut)
- Change IntelliJ target version to v2021.1 (#369)
- Change IntelliJ target version to v2020.3 (#355)
- Fix off-by-one issue in the ember-template-lint annotator (#327)
- Add support for CSS modules in "Goto Related" dialog (#321)
- Change IntelliJ target version to v2020.2 (#320)
- Add support for component template colocation (#316)
- Change IntelliJ target version to v2020.1 (#310)
- Ignore
ember-template-lint
parsing errors (#301)
- Add
ember-template-lint
integration (#296)
- Fix "Attribute not allowed here" warnings (#295)
- Angle bracket autocomplete and goto references (#293)
- Fix path to
ember-cli
executable (#291)
- Change IntelliJ target version to v2019.3 (#286)
- Change IntelliJ target version to v2019.2 EAP (#268)
- Expose field to configure run configuration environment (#257)
- Allow users to configure node interpreter (#254)
- Change IntelliJ target version to v2019.1 (#251)
- Fix random StringIndexOutOfBounds exceptions (#244)
- Change IntelliJ target version to v2018.3 (#232)
- Fix class navigation (#220)
- Add option to specify a custom module to run the run configuration in (#218)
- Fix
NoClassDefFoundError: org/apache/commons/lang3/SystemUtils
error (#217)
- Add support for ember test run configuration (#166)
- Run
ember
binary directly (#210)
- Change IntelliJ target version to v2018.2 (#206)
- Fix "NullPointerException" (#193)
- Add TypeScript support (#175)
- Use node interpreter path from the project settings (#178)
- Change IntelliJ target version to v2018.1 (#185)
- Add "Ember Serve" run configuration (#165)
- Change IntelliJ target version to v2017.3
- Resolve absolute imports for addons (#140)
- Annotate model relationships (#148)
- Add "addon-test-support" directory to reference search path (#150)
- Add temporary ember-try folders as excluded folders (#157)
- Change IntelliJ target version to v2017.2
- Allow navigation to modules in
addon
andtest/dummy/app
folders (#139)
- Merge changes from latest v2016.3 releases
- Change IntelliJ target version to v2017.1
- Fix project detections for WebStorm, PHPStorm, RubyMine, PyCharm, etc. (#127)
- Use slash instead of dot for nested component autocomplete (#119)
- Add support for ESLint and improve JSHint support (#116)
- Resolve absolute imports from your own project (#103)
- Add Ember CLI project generators (#105)
- Change IntelliJ target version to v2016.3
- Fix "Unknown Module Type" warnings (#102)
- Replace "Ember.js" module with framework detector (#100)
- Add ember-i18n support (#96)
- ember-intl: Add support for JSON translation files (#95)
- ember-intl: Use
baseLocale
property (#93)
- Add ember-intl support (#90)
- Change release naming scheme to reflect IntelliJ target version
- Add
{{link-to}}
target completion and resolving to Handlebars templates (#71) - Add
readonly
helper completion to Handlebars templates (#81)
- Add component and helper name completion and resolving to Handlebars templates (#62 and #65)
- Update minimum IntelliJ version to 2016.1
- Compile with JDK 1.8
- Add
.handlebars
file extension support (#55) - Add
test
,pauseTest
andandThen
live templates (#56 and #57) - Add support for in-repo-addons (#54)
- Add support for acceptance tests (#58)
- Fix still broken
ember
invocation (#50)
- Fix broken
ember
invocation
- Add
Exclude node_modules/bower_components folder
application settings - Use "Resource Folders" only for IntelliJ
- Update Kotlin to v1.0.1-2
- Fix
java.lang.IllegalStateException: it.virtualFile must not be null
(#37)
- Revert automated build process to use JDK 1.7 again
- 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
- 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
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
- Enable JSHint using
.jshintrc
- Marks
node_modules
andbower_components
as library folders - Quick navigation via
Navigate → Related Symbol...
for all major app components - Live templates
- Fix missing icon file
- Quick navigation via
Navigate → Class...
for all major app components
- Adjust plugin description
- Adjust plugin vendor information
- Ember.js project discovery (via
app/app.js
) when imported from existing sources - Automatically sets the language level to ES6
- Marks
app
,public
andtests
folders as special folders