Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ember install action #219

Open
makepanic opened this issue Jul 23, 2018 · 1 comment
Open

Add ember install action #219

makepanic opened this issue Jul 23, 2018 · 1 comment

Comments

@makepanic
Copy link
Contributor

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
Copy link
Contributor Author

makepanic commented Jul 24, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant