Shaolin
Shaolin

Reputation: 2551

How to upgrade PhpStorm 7 to PhpStorm 8 on Windows 7

Is there are a way to upgrade PhpStorm 7 to PhpStorm 8 on Windows 7 while keeping current settings ? or do we have to uninstall 7 and install 8 after exporting settings ?

Upvotes: 1

Views: 317

Answers (1)

LazyOne
LazyOne

Reputation: 165148

Just install v8. On first launch it will ask you for your settings and will automatically offer to import them from v7. That's it.

Once you happy with v8 you can uninstall v7 (tick the box so it will remove all settings/caches/index files that belong to v7).


Surely: you can uninstall v7 in advance -- but keep the settings during uninstall process. In such case you will have to remove v7 settings manually after importing them into v8 (as described above).


Another alternative is:

  • Export v7 settings in advance (File | Export Settings...)
  • Uninstall v7 completely (including settings/other files)
  • Install v8.
  • Since you have no setting from previous version at their typical location -- just do not import anything. Once v8 is launched -- just use File | Import Settings... and import your previously saved setting.

Upvotes: 1

Related Questions