Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHPStorm How to keep last opened file?

Tags:

php

ide

phpstorm

I'm using PHPStorm 10.0 now. Usually when I open PHPStorm, files that I opened last time will be there. But recently they are missing, so is navigation column. The option: Reopen last project on startup is always checked.

Please help. It is kind of annoying every time you need to remember what files you were working on.

like image 941
Daolin Avatar asked Jan 08 '16 20:01

Daolin


People also ask

Does PhpStorm save automatically?

PhpStorm automatically saves changes that you make in your files. Saving is triggered by various events, such as running, debugging, performing version control operations, closing a file or a project, or quitting the IDE.

How do I open a recently closed tab in PhpStorm?

To reopen the closed tab, right-click any tab, and from the context menu, select Reopen Closed Tab. To open a new tab at the end of the already opened one, select the Open new tabs at the end in the tab settings.

How do I bookmark in PhpStorm?

In the Project tool window ( Alt+1 ), right-click an item that you want to bookmark and select Bookmarks | Add Bookmark ( F11 ) or Add Mnemonic Bookmark ( Ctrl+F11 ). For mnemonic bookmarks, select a number or a letter that you want to use as an identifier for this bookmark. Press Enter to save the bookmark.


1 Answers

Delete {your project}\.idea\workspace.xml, then restart PHPStorm. Got it from JetBrains support.

like image 191
Daolin Avatar answered Sep 23 '22 02:09

Daolin