M
M
Murik Ivanov2016-12-31 12:52:49
Haskell
Murik Ivanov, 2016-12-31 12:52:49

What should an IDE for haskell be able to do?

What a haskell IDE should be able to do, a list of features built into a haskell IDE

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ruchkin, 2017-03-29
@tsukornik

In what context is the question? Everything is as usual, like
1. highlight errors (when saving the file or right at the time of writing the code)
2. show types (derived and / or from the definition of the symbol)
3. show docks (including those written in source codes)
4. launch the interpreter on the project
5. debugger
6. renaming
7. removal of local definition
, etc.

D
Daniil Demidko, 2016-12-31
@Daniro_San

At least parse libs and autocomplete. And I don’t know such for Haskell.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question