Skip to content

Let the user choose the imports #27

@sebsheep

Description

@sebsheep

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 (..) or import Html"
  • second radio group : "import Html.Attributes exposing (..)" or "import Html.Attributes" or "import Html.Attributes as Attributes"
  • the same for Events.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions