本文介绍了IntelliJ IDEA 中跳转到上一个视图位置(向后/向前导航)的键盘快捷键的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道 ++ 用于转到上次编辑的位置.

I know ++ is used to go to the location of the last edit.

但我想跳转到我最近所在的任何位置,不一定是我编辑过的任何位置.

But I want to jump to whichever location I was most recently at, not necessarily one where I edited anything.

例如,如果我使用 + 跳转到一个声明,那么我想回到跳转之前的位置.

For example, if I jumped to a declaration using +, then I want to go back to where I was before jumping.

推荐答案

+ +

+ (最近的文件弹出窗口).

还要检查:

+ + (最近编辑的文件弹出窗口).

+ + (the Recently Edited Files pop-up).

Mac 用户,将 替换为 ,将 替换为 .

Mac users, replace with and with .

更新 在 v12.0 中是 + + 而不是 + + .

Update In v12.0 it's + + instead of + + .

更新 2 在 v14.1(可能更早版本)中是 +

Update 2 In v14.1 (and possibly earlier) it's +

更新 3 在 IntelliJ IDEA 2016.3 中它是 + +

Update 3 In IntelliJ IDEA 2016.3 it's + +

更新 4 在 IntelliJ IDEA 2018.3 中它是 + +

Update 4 In IntelliJ IDEA 2018.3 it's + +

更新 5 在 IntelliJ IDEA 2019.3 中是 + +

Update 5 In IntelliJ IDEA 2019.3 it's + +

这篇关于IntelliJ IDEA 中跳转到上一个视图位置(向后/向前导航)的键盘快捷键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 09:21