haskell / haskell/haskell-language-server
Prevent intellisense suggestions and auto imports when writing comments
Open
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.