Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I like to use Eclipse's shortcut Ctrl + O which outlines the current source. Is there an equivalent shortcut in IntelliJ IDEA?

share|improve this question

4 Answers

up vote 44 down vote accepted

I haven't used Eclipse for years, so I'm not that familiar with the behaviour you're after - but I believe Ctrl + F12 may do what you want.

share|improve this answer
2  
See for more shortcuts. At StackOverflow : What are the most useful Intellij IDEA keyboard shortcuts? AT stackoverflow.com/questions/294167/… – Rites Dec 22 '09 at 9:40
6  
For the record, Ctrl-F12 is bound to the File Structure command, available in the top-level Navigate menu. – seh Jan 6 '12 at 15:12
1  
cmd + f12 for OS X – loeschg Apr 3 at 17:34

Ctrl + F3 in Idea is the equivalent of Ctrl + O in Eclipse.

The thread is old. Just thought might be useful for someone lookin for the same answer...

share|improve this answer
5  
Ctrl-F3 is correct IF you're using the Eclipse keymap in IntelliJ IDEA. If you're using the default IntelliJ keymap, it's Ctrl-F12. At least in IDEA 10. – overthink Dec 21 '10 at 15:02
In what I believe is a default keymap, <kbd>Ctrl</kbd>+<kbd>F3</kbd> is "Find word at caret". – Andrzej Doyle May 29 '12 at 16:13

Ctrl + F12 works for me. I'm using intellij IDEA CE 12 with default keymap.

share|improve this answer

Ctrl + Alt + L is the one you're looking for.

share|improve this answer
1  
That brings up a "Reformat Code" dialog for me, using what I believe are default keyboard bindings. – Andrzej Doyle Dec 22 '09 at 10:58
2  
Try that on ubuntu. :D – Denys S. Feb 28 '11 at 13:21
1  
⌘+F12 for OS X. – Luigi R. Viggiano Jan 3 at 15:46
@LuigiR.Viggiano Doesn't ⌘+F12 is overridden by the System's Volume UP command? Or do you know a way avoid it? – Denis Weerasiri Feb 20 at 3:39
Yes, you can change OS X shortcuts, I think in keyboard settings, but don't remember now. – Luigi R. Viggiano Feb 20 at 8:12
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.