haskell / haskell-ide-engine

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

Visual Studio Code support #217

Closed jason-johnson closed 7 years ago

jason-johnson commented 7 years ago

Visual Studio Code allows one to add language support by creating a language server. It seems that this project would be a perfect fit for that and could provide a cross-platform, full featured IDE with a lot less effort.

alanz commented 7 years ago

Duplicate of https://github.com/haskell/haskell-ide-engine/issues/213