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

Feature Idea: "Tighten" Imports #101

Open
brasilikum opened this issue Nov 9, 2017 · 1 comment
Open

Feature Idea: "Tighten" Imports #101

brasilikum opened this issue Nov 9, 2017 · 1 comment

Comments

@brasilikum
Copy link

First I want to thank all contributors, this package really makes elm so pleasant to develop!

I had the idea to introduce a feature where you can with one command remove unused imports and convert (..) to the concrete things actually imported from each package.

Motivation: During development, I prefer to import (..) for less hassle, but as soon as someone else has to read the code, clear imports are key.

Let me know what you think!

@halohalospecial
Copy link
Owner

halohalospecial commented Nov 10, 2017

Hi @brasilikum, these are great ideas. For removing unused imports, you can use elm-analyse for now :)

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

No branches or pull requests

2 participants