haskell/haskell-ide-engine

Completions should be import-aware

Aberta

#1.263 aberto em 21 de mai. de 2019

 (7 comentários) (0 reação) (1 responsável)Haskell (205 forks)batch import
good first issuetype: enhancement

Métricas do repositório

Stars
 (2.354 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador