haskell / haskell/haskell-language-server

Prevent intellisense suggestions and auto imports when writing comments

Open
#2,292 5 comments 1 reaction 0 assignees View on GitHub
status: in discussion type: enhancement
Dominant language
Haskell
Stars
3k
Forks
455
Avg merge
2d 19h
Merged PRs (30d)
11

Description

Right now, when you refer to a library in comments, `Data.Either` for instance, the extension auto suggests importing that library and imports it automatically if you press enter. It also kicks into action if you start your comment with `>>>`.

IMO, it would be better if the extension would avoid automatic activity when we are writing comments and only do so on specific request (by pressing `ctrl+space` for example).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.