

Easily navigate to a symbol's definitionīefore we talk about anything else, you at least need to know how to install packages in Sublime Text.Without most of these wonderful PHP-focused features, it'll be hard to recommend using something other than PHPStorm, even if it's slower and costlier and uses more memory. Please note: There are a million other features that PHPStorm uniquely offers, but to be honest, it's the tiny little conveniences that I've seen provide the biggest boost in efficiency.Īlso note: This is Sublime Text 3 we're talking about.

Let's start with a quick list of ways that PHPStorm really sets itself apart for me. We love the code intelligence we get from PHPStorm, but still miss the speed, quick boot-up, and convenience of Sublime Text.īefore I blindly assume PHPStorm is the only way to go, I wanted to see: Can I bring the things a PHP-focused IDE provides PHP developers back to Sublime Text and get the best of both worlds? (You have to change the path to your sublime_text.A lot of folks in the PHP community have been checking out PHPStorm lately, including myself and most of the developers I work with.

Set objShell = WScript.CreateObject( "WScript.Shell" )

Sublime_path = "C:\Programme\Sublime Text 3\sublime_text.exe" Just follow Solution 1, but change open_file.vbs to: ' path to sublime_text.exe I edited Solution 1 to open links in the format subl://path/to/file:line It first registers a Script as a Protocol Handler, which in turn calls Sublime This is a Solution for Windows, that opens links with the format subl://open?url=file://&line=4 You first have to extract the filename with a script and then call Sublime with a single file parameter. This will get Chrome to run a command when a subl:path/to/file link is clicked.īut you can't simply run sublime_text.exe subl:path/to/file, because Sublime doesn't understand the subl:path/to/file parameter. You first have to install a Protocol Handler in the Windows registry.
