haskell / haskell-ide-engine

The engine for haskell ide-integration. Not an IDE
BSD 3-Clause "New" or "Revised" License
2.38k stars 213 forks source link

No snippet for "do" #1797

Open cschierig opened 4 years ago

cschierig commented 4 years ago

When I write do and then press enter, it gets autocompleted to drop Int [a]. I have created my own snippet to fix this, but I think it should be added by default.