-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Description
When #598 is done there are things that should be improved in that scope:
- find out it if
haskell-mode-show-type-at,haskell-process-do-typeandhaskell-process-do-try-typecan be merged into one functionality - if it cannot be merged select a nice binding key
- document the binding key
- handle situation when
:set +cwas not executed by detecting"Couldn't guess that module name. Does it exist?", see here https://github.com/chrisdone/ghci-ng/blob/d5c4e41e265d3f35c976185f0eaa283e05e78169/ghc/GhciFind.hs#L39 - handle situation when
:type-atis a syntax error because somebody uses plain GHCi instead of GHCI-ng:unknown command ':type-at', inform user - handle when inserting a signature but selection is only a part of expression, for example selecting from
pto 'i' inmap (+1) list. Currently it inserts something in the middle breaking the program completely.
Metadata
Metadata
Assignees
Labels
No labels