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

GSOC 2020 Ideas #1572

Open alanz opened 4 years ago

alanz commented 4 years ago

It is time to consider ideas for GSOC students.

These are captured as PRs on https://github.com/haskell-org/summer-of-haskell

The email announcing this is https://mail.haskell.org/pipermail/haskell/2020-January/025903.html

alanz commented 4 years ago

cc @jaspervdj

jneira commented 4 years ago

I guess we have take in account the possible work to integrate ghcide and hie: https://github.com/haskell/haskell-ide-engine#configuration but anyway my 2 cents:

I think the more attractive tasks usually are improvements and there are many, many issues labeled with "enhacement" : https://github.com/haskell/haskell-ide-engine/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+enhancement%22

Given my background as jvm developer i miss sometimes to have a graphical debugger: https://github.com/haskell/haskell-ide-engine/issues/204 but i am aware that not everyone thinks that it is even needed in haskell.

alanz commented 4 years ago

I have DAP protocol support in my list of things to discuss going forward. To me it is intimately tied in to providing a REPL.