[GHC] #12008: GHCi autocomplete text following cursor/insertion point
GHC
ghc-devs at haskell.org
Tue May 3 02:03:26 UTC 2016
#12008: GHCi autocomplete text following cursor/insertion point
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The autocomplete doesn't look at what follows the cursor. `␣` denotes
insertion point, don't mind the smiley
{{{
ghci> import Control.␣.Fail
}}}
Tab is pressed, this is what I'd like happen:
{{{
ghci> import Control.Monad.Fail
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12008>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list