Ticket #223 (closed feature request: fixed)

Opened 9 years ago

Last modified 5 years ago

ghci identifier autocomplete like bash

Reported by: nobody Owned by: nobody
Priority: normal Milestone:
Component: None Version: None
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description (last modified by Lemmih) (diff)

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@mail.com

Change History

Changed 7 years ago by Lemmih

  • status changed from assigned to closed
  • description modified (diff)
  • os set to Unknown
  • difficulty set to Unknown
  • architecture set to Unknown
  • resolution changed from None to fixed

Done:

Prelude> ta<TAB>
tail       take       takeWhile  tan        tanh
Prelude> ta

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.