rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 96 forks source link

Typed holes completion #619

Closed sashasashasasha151 closed 3 years ago

sashasashasasha151 commented 3 years ago

Maybe it is not the right place to ask but in readme I see Smart code completion on typed holes (since GHC 8.4); and I tried different ways but don't understand how it works

rikvdkleij commented 3 years ago

IntelliJ has defined smart completion as Ctrl-Shift-Space. So that in combination with cursor on the underscore. Hopefully that helps