|
Re: [GHC] #223: ghci identifier autocomplete like bash: msg#00073lang.haskell.glasgow.bugs
#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> |
|---|---|---|
| Previous by Date: | [GHC] #703: all binaries built by ghc have executable stacks, GHC |
|---|---|
| Next by Date: | [GHC] #704: change array interface to accomodate resizable arrays, GHC |
| Previous by Thread: | [GHC] #703: all binaries built by ghc have executable stacks, GHC |
| Next by Thread: | [GHC] #704: change array interface to accomodate resizable arrays, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |