Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open recently closed file in 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 Ctrl + Shift + T in browsers...

like image 677
fico7489 Avatar asked Jan 27 '17 13:01

fico7489


People also ask

How do I open a closed tab in WebStorm?

This tip applies to PHPStorm, WebStorm, and likely any other of the Jetbrain's IDEs. Much like you can press ctrl / cmd + shift + t to re-open a previously closed tab in your browser, you can do something similar in PHPStorm.

How do I open a closed file in Pycharm?

Reopen a file 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 popup, that opens. To open a recently updated file, on the main menu, choose View | Recently Changed Files.


1 Answers

There is such a command exists already but it does not have a shortcut. I always assign Ctrl+Shift+T for it too.

Press Ctrl+Alt+S to go to settings and search for reopen clo...and assign a new shortcut to the command under Keymapsection.

PhpStorm Keymap panel reopen closed file tab

Additionally this may come in handy too.

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.

like image 187
Umur Karagöz Avatar answered Sep 23 '22 14:09

Umur Karagöz