halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Feature Idea: "Tighten" Imports #101

Open brasilikum opened 6 years ago

brasilikum commented 6 years ago

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 commented 6 years ago

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