简体   繁体   English

如何在PhpStorm中打开所有修改过的文件

[英]How to open all modified files in PhpStorm

The goal is simple - I want to open all modified files at once. 目标很简单 - 我想立刻打开所有修改过的文件。 Is there a fast way to do it? 有快速的方法吗?

Currently I am using Alt + 9 and then open files, but that is not fast enough (press shortcut, select all, press Enter , manually open files that are "unversioned") 目前我正在使用Alt + 9然后打开文件,但速度不够快(按快捷方式,全选,按Enter ,手动打开“无版本”文件)

You can create a macro for the keystrokes you mentioned, and assign a keyboard shortcut to it: 您可以为您提到的击键创建一个 ,并为其指定键盘快捷键:

  1. Edit | Macros | Start Macro Recording
  2. Perform the keystrokes: ALT+9 , CTRL+A , ENTER , ALT+9 执行击键: ALT+9CTRL+AENTERALT+9
  3. Edit | Macros | Stop Macro Recording Edit | Macros | Stop Macro Recording , give it a name Edit | Macros | Stop Macro Recording ,给它起个名字
  4. Settings | Keymap | Macros Settings | Keymap | Macros , add keyboard shortcut. Settings | Keymap | Macros ,添加键盘快捷键。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM