Search code examples
pythonpycharmconsole

Search in PyCharm interactive console command history


PyCharm keeps a command history for it's interactive Python console.

Is there a way to access this history with some sort of search instead of just browsing the entries with the arrow keys in the interactive console window?

My environment: PyCharm 2.7 EAP (124.138) on MacOS X 10.8.2.


Solution

  • As of PyCharm 3.1, while in the console, press ⌥⌘e, the "Browse History" window will come up, start typing to search for specific commands