intellij-emberjs icon indicating copy to clipboard operation
intellij-emberjs copied to clipboard

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

Results 68 intellij-emberjs issues
Sort by recently updated
recently updated
newest added
trafficstars

If you want to use JS native classes you also need to use http://ember-decorators.github.io/ember-decorators/latest/docs. Currently, this plugin doesn't understand what the decorators mean. When using the `@service` decorator, there is...

enhancement

Hi, I'm trying to figure out if there's a way to get IntelliJ to recognize correctly the imports from ember. i.e. ![image](https://user-images.githubusercontent.com/199499/28519263-2dde2b40-706b-11e7-8d29-1b99f1a9316b.png) In the first case, it's simply that "ember"...

When using SASS it seems to be a common pattern to have a `styles/components/` folder with one SASS file per component with matching names. We could detect this pattern and...

enhancement

### Description Intellij Freezes when right clicking the project line ### Steps to Reproduce Right click the top directory (project) in the project pane (Normally on the right side) **Expected...

### Description Typescript files like component.ts are not recognized as components in hbs templates. Based on standard typescript usage regarding `ember-cli-typescript` ### Steps to Reproduce Create `component.ts` file in any...

enhancement

### Description /Users/workspace/web_ui/node_modules/.bin/ember serve env: node: No such file or directory Process finished with exit code 127 ### Steps to Reproduce - at times, after newly opening IntelliJ IDE -...

### Description When using Navigate->Class I cannot find component (or anything) with dash in a name, which is by convention every component. If type just parts of the name without...

bug

I get a missing translation in all my templates. Completion works but the preview of translated string not.

webstorm 2018.2.2 - 184.4129.32 I've tried invalidating caches and restarting.. Now, on my mac if I do command-o and it says enter class name.. I can find models, controllers and...

Similar to `ng add` action in the [latest angular plugin](https://www.youtube.com/watch?v=CZFooXiqxs8&feature=youtu.be&t=166), we could add that for `ember install`: ![20180723-210718](https://user-images.githubusercontent.com/1205444/43098045-383e22b2-8ebe-11e8-8ece-e1501f3ea85c.png) Their source is at https://github.com/JetBrains/intellij-plugins/blob/master/AngularJS/src/org/angularjs/cli/actions/AngularCliAddDependencyAction.java