Search code examples
phpstorm

How to backup PhpStorm project Context?


I like so much the Context feature of PhpStorm, localized in Tools > Tasks & Contexts > Save Context or Load Context

When I have a new computer, I can import all PhpStorm settings, but how to can I backup Context to my other computer?


Solution

  • Such data is stored in separate .zip files on per project basis (tasks and contexts separately -- 2 files per project).

    On Windows 7 for PhpStorm v10 they will be located in C:\Users\USERNAME\.WebIde100\config\tasks folder.

    For another OS/IDE version please check this document.