What is Eclipse#39;s Ctrl+O (Show Outline) shortcut equivalent in IntelliJ IDEA?(IntelliJ IDEA 中 Eclipse 的 Ctrl+O(显示大纲)快捷方式是什么?)
问题描述
我喜欢使用 Eclipse 的快捷键 Ctrl + O 来勾勒当前的源代码.IntelliJ IDEA 中是否有等效的快捷方式?
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 dialog which allows for quick search of methods and fields in a class.
推荐答案
我已经多年没有使用 Eclipse,所以我对你所追求的行为不太熟悉 - 但我相信 Ctrl + F12 可以做你想做的事:它是默认映射中File structure Popup的快捷方式.
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: it is the shortcut for the File structure Popup in the default mapping.
对于 macOS fn + cmd + F12
For macOS fn + cmd + F12
这篇关于IntelliJ IDEA 中 Eclipse 的 Ctrl+O(显示大纲)快捷方式是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:IntelliJ IDEA 中 Eclipse 的 Ctrl+O(显示大纲)快捷方式是什么?


基础教程推荐
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 降序排序:Java Map 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01