logo       

Re: [GHC] #223: ghci identifier autocomplete like bash: msg#00073

lang.haskell.glasgow.bugs

Subject: Re: [GHC] #223: ghci identifier autocomplete like bash

#223: ghci identifier autocomplete like bash
------------------------------+---------------------------------------------
Reporter: nobody | Owner: nobody
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: None | Version: None
Severity: minor | Resolution: fixed
Keywords: | Os: Unknown
Difficulty: Unknown | Architecture: Unknown
------------------------------+---------------------------------------------
Changes (by Lemmih):

* architecture: => Unknown
* resolution: None => fixed
* difficulty: => Unknown
* status: assigned => closed
* os: => Unknown

Old description:

> {{{
> I think a nice feature is to make ghci like bash in this
> sense:
> pressing <TAB> complete the identifier at cursor like
> bash complete path and filename, showing a list of
> matching identifier when there are two or more or
> overloaded identifier into loaded modules, like:
> *MyModule> ta<TAB>
> Prelude.tail MyModule.tail
> *MyModule> ta
>
> Bye,
> VampWire
> monstered@xxxxxxxx
> }}}

New description:

{{{
I think a nice feature is to make ghci like bash in this
sense:
pressing <TAB> complete the identifier at cursor like
bash complete path and filename, showing a list of
matching identifier when there are two or more or
overloaded identifier into loaded modules, like:
*MyModule> ta<TAB>
Prelude.tail MyModule.tail
*MyModule> ta

Bye,
VampWire
monstered@xxxxxxxx
}}}

Comment:

Done:
{{{
Prelude> ta<TAB>
tail take takeWhile tan tanh
Prelude> ta
}}}

--
Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/223>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise