VSCode 自动完成添加了额外的信息,我 need/want 没有 Haskell

VSCode autocompletion adds extra information that I dont need/want with Haskell

在 VSCode 中使用自动完成时会添加额外的信息,我不知道是什么设置导致了这种情况。

--Previous Output after autocomplete and what I want to happen after autocomplete:

map 

-- Current Output after autocomplete and what I NOT to happen after autocomplete:

map a -> b [a]

我只在 VSCode 中使用此扩展程序:

https://github.com/haskell/vscode-haskell

snippet completion 是最近在 haskell-language-server 中添加的一项功能,vscode 扩展使用的后端。 不幸的是,并不总能满足用户的需求。我们正在配置它并可能让它选择加入。 您可以在此处跟踪进度:https://github.com/haskell/haskell-language-server/issues/680