-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Currently, the program suppose the following imports
import Html exposing (..)
import Html.Attributes exposing (..)
(maybe the same with Events)
In my codes, I'm doing import Html exposing (..)
a lot but almost never import Html.Attributes exposing (..)
.
It would be nice if the program let the user choose what kind of
import he wants. It may be limited choices like :
- first radio group : "
import Html exposing (..)
orimport Html
" - second radio group : "
import Html.Attributes exposing (..)
" or "import Html.Attributes
" or "import Html.Attributes as Attributes
" - the same for Events.
AlienKevin
Metadata
Metadata
Assignees
Labels
No labels