haskell/haskell-ide-engine

Completions should be import-aware

Open

#1 263 ouverte le 21 mai 2019

Voir sur GitHub
 (7 commentaires) (0 réactions) (1 assigné)Haskell (205 forks)batch import
good first issuetype: enhancement

Métriques du dépôt

Stars
 (2 358 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

If adding a data type that takes a parameter to an import list, the snippet should be empty, and the completion should include (..) if it has subcomponents.

So

  , Foo

Should offer completion of FooBar(..), not FooBar Int or whatever.

Guide contributeur