I am currently using Sublime Text but I recently started using PhpStorm. I want to export Sublime Text's snippets to PhpStorm, but is there any easy way to do so, insead of manaully typing in?
Simple answer is no. You will have to add similar snippets into Phpstorm. Good news is that you can use those snippets in any current or future version as well as most other JetBrains products.
@tisuchi, I have a ton of snippets in SublimeText already so that it would be a bit of time consuming to manually type them into PhpStorm. I was hoping there is an import/export tool for snippets from SublimeText to PhpStorm. Thanks!