简体   繁体   中英

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")

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
  3. Edit | Macros | Stop Macro Recording Edit | Macros | Stop Macro Recording , give it a name
  4. Settings | Keymap | Macros Settings | Keymap | Macros , add keyboard shortcut.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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