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

Add `ember install` action

Open makepanic opened this issue 7 years ago • 1 comments

Similar to ng add action in the latest angular plugin, we could add that for ember install:

20180723-210718

Their source is at https://github.com/JetBrains/intellij-plugins/blob/master/AngularJS/src/org/angularjs/cli/actions/AngularCliAddDependencyAction.java

makepanic avatar Jul 23 '18 19:07 makepanic

I got a prototype of this working using emberobserver as datasource.

There are some open questions I have:

We could do the same by using the emberobserver autocomplete data and keep it in the repo.

This allows us to use github infrastructure (and not add additional load to emberobserver) while being in control over the data. We could even strip the dataset and remove unneeded data to reduce download size.

20180724-210748

makepanic avatar Jul 24 '18 19:07 makepanic