haskell/haskell-ide-engine

Completions should be import-aware

Open

#1,263 创建于 2019年5月21日

在 GitHub 查看
 (7 评论) (0 反应) (1 负责人)Haskell (2,358 star) (205 fork)batch import
good first issuetype: enhancement

描述

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.

贡献者指南

Completions should be import-aware · haskell/haskell-ide-engine#1263 | Good First Issue