RE: autocompletion mode for ghci?

28 Oct
2002
28 Oct
'02
9:49 a.m.
is there any mode for the ghci, which provides autocompletion like e.g. the bash?
GHCi on Unix provides autocomplete through the readline library (the same library used by bash) albeit only for filenames and directories. We don't compile with readline support on Windows (I'm not sure why). If you want completion of function names, type names, etc. then the answer is that we haven't implemented it, but it would be an interesting project. Cheers, Simon
8288
Age (days ago)
8288
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Marlow