What is Eclipse's Ctrl+O (Show Outline) shortcut equivalent in IntelliJ IDEA?

后端 未结 19 1410
萌比男神i
萌比男神i 2020-12-04 05:15

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

It opens a dial

相关标签:
19条回答
  • 2020-12-04 05:51

    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...

    0 讨论(0)
  • 2020-12-04 05:51

    I think here you can found out the most useful shortcuts for Idea as an Eclipse user... Eclipse "Quick outline" Ctrl+O (Windows) is an equivalent Idea "File Structure" Ctrl+F12!

    0 讨论(0)
  • 2020-12-04 05:53

    For me, Ctrl + F12 Works really well!

    0 讨论(0)
  • 2020-12-04 05:56

    Ctrl + F12 or search "File Structure" in keymap

    0 讨论(0)
  • 2020-12-04 05:57

    Windows : ctrl + F12

    MacOS : cmd + F12

    Above commands will show the functions/methods in the current class.

    Press SHIFT TWO times if you want to search both class and method in the whole project.

    0 讨论(0)
  • 2020-12-04 05:57

    All these answers are subjective, because they depend on your platform, keymap and IntelliJ version.

    I believe the 'Structure' tool is what you're looking for. In Idea 13, ViewTool WindowsStructure will open the view, and along the way, the menu will show you the applicable keyboard shortcut for your setup.

    0 讨论(0)
提交回复
热议问题