本文介绍了如何在PhpStorm中打开最近关闭的文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在寻找在PhpStorm中打开最近关闭的文件的快捷方式.
I am looking for shortcut to open recently closed file in PhpStorm.
我知道一些类似的快捷方式,但是我正在寻找与浏览器中的相同的命令...
I know some similar shortcuts but I am looking for command which is the same like in browsers...
推荐答案
已经存在这样的命令,但是它没有快捷方式.我也总是为其分配 + + .
There is such a command exists already but it does not have a shortcut. I always assign ++ for it too.
按 + + 进入设置并搜索reopen clo...
并为Keymap
部分下的命令分配新的快捷方式.
Press ++ to go to settings and search for reopen clo...
and assign a new shortcut to the command under Keymap
section.
另外此也可以派上用场.
这篇关于如何在PhpStorm中打开最近关闭的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!