如何在 PhpStorm 中打开最近关闭的文件?

How to open recently closed file in PhpStorm?

我正在寻找在 PhpStorm 中打开最近关闭的文件的快捷方式。

我知道一些类似的快捷方式,但我正在寻找与浏览器中的 Ctrl + Shift + T 相同的命令...

已经有这样的命令,但是没有快捷方式。我总是分配 Ctrl+Shift+T 也是。

Ctrl+Alt+ S 转到设置并搜索 reopen clo... 并为 Keymap 部分下的命令分配一个新的快捷方式。

另外this也可以派上用场。

To open a recently opened file, choose View | Recent Files on the main menu or press Ctrl+E. Then select the desired file from the Recent Files pop-up window, that opens.

除了 Umur 的答案之外,PhpStorm 还提供了方便的 Ctrl-E shortcut for Recent Files,它已默认绑定。虽然它不限于已关闭的文件,但在打开或最近关闭的文件之间移动仍然非常方便。