1

Autocompletion in the Haskell Language Server (with VScode) gives suggestions before a single character in the next word is typed (starts with !!) and adds often non-sense text. How can the useful auto-completion function be limited to start only after say 2 or 3 characers are typed?

I tried "editor.acceptSuggestionOnCommitCharacter": false, in the settings, but it did not produce the desired effect.

Addition: could somebody start a Haskell-Language-Server tag?

arrowd
  • 33,231
  • 8
  • 79
  • 110
user855443
  • 2,596
  • 3
  • 25
  • 37

0 Answers0