-
Notifications
You must be signed in to change notification settings - Fork 10
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
Problem installing dependencies: which "linter"? #65
Comments
Right, to make it smoother, it would be possible to make the plugin install dependencies automatically (which is done by some other plugins). A good compromise, to prevent from being too intrusive, could be to prompt, once, the user if he wants to install "linter" etc... (autocomplete-plus is already included in atom by default). |
Automatic dependency installation sounds great to me, if it's possible! |
@jeremyfa is there a readme outdated that mentions autocomplete-plus to install? We should revise that! Also, we could add a linter checkbox which installs the package manually if there's an API endpoint for that, otherwise we could just install the dependency anyway and the checkbox just toggles it's usage by default if necessary. |
Yes, installing it automatically and allowing to disable its usage sounds fine to me. |
Here's what happens right now when you try to install the required package dependencies for this package:
Same situation with
autocomplete-plus
.Not sure if this is something you care about, but it completely gates beginners from using the plugin!
The text was updated successfully, but these errors were encountered: