haskell/haskell-ide-engine

Completions should be import-aware

Open

#1,263 建立於 2019年5月21日

在 GitHub 查看
 (7 留言) (0 反應) (1 負責人)Haskell (205 fork)batch import
good first issuetype: enhancement

倉庫指標

Star
 (2,358 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南