enter image description here enter image description here
在eclipse中,您可以按 SHIFT 查看原始代码;但是在IDEA中,我必须按 CTRL + MOUSE DOWN到另一个页面来查看它。 IDEA能像Eclipse一样吗?
答案 0 :(得分:3)
在IntelliJ中,它称为快速定义。它在我的环境中与Alt+Space
或Cmd+Y
绑定,但是,根据键映射,它会有所不同。
打开您的Preferences dialog > Keymap
,然后在对话框的右侧窗格中找到quick definition
。您将能够看到该键的绑定。