haskell/haskell-ide-engine

Completions should be import-aware

Open

#1263 aperta il 21 mag 2019

Vedi su GitHub
 (7 commenti) (0 reazioni) (1 assegnatario)Haskell (205 fork)batch import
good first issuetype: enhancement

Metriche repository

Star
 (2358 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor