Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij: Search console output

Up until version 10, intellij enabled searching text in the console window. From version 11 this option is not available anymore.

Is there any configuration to enable that? A plugin maybe? This is very useful for me and I miss this function...

-- EDIT --

I'm using the community edition of Intellij

like image 978
nahsh Avatar asked Jul 16 '13 15:07

nahsh


People also ask

How do I complete search in IntelliJ?

From the main menu, select Edit | Find | Find in Files Ctrl+Shift+F . In the search field, type your search string. Alternatively, in the editor, highlight the string you want to find and press Ctrl+Shift+F . IntelliJ IDEA places the highlighted string into the search field.


2 Answers

Override the keymap for Ctrl+F to "Find" which was mapped to some other find.

To be more specific, in Settings - Keymap go to Main Menu - Edit - Find - Find... and make sure that a Shortcut is assigned here.

like image 123
binaries01 Avatar answered Sep 26 '22 08:09

binaries01


Press Ctrl+F in the console:

Search

like image 35
CrazyCoder Avatar answered Sep 24 '22 08:09

CrazyCoder