Skip to content

rohithmeethal/subl-phpstorm-handler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Subl handler using Phpstorm on Linux (Ubuntu based)

Enables Phpstorm to open URL Scheme subl:// and txmt:// like these:

subl://open/?url=file:///etc/passwd&line=10&column=2

This is created for laravel error handler, it defaults to subl links to open files, but I use phpstorm, so made few changes to existing subl package from https://github.com/algorich/sublime-url-handler to use the phpstorm

Installation

Download latest release.

Unzip it, then:

cd sublime-url-handler-master
bash install

Test it

Open a new tab on your browser and type: subl://open/?url=file:///etc/hosts

Credits

All credits goto owner of https://github.com/algorich/sublime-url-handler since I just made small change to make it work with phpstorm.

About

Enables PhpStorm to open URL Scheme subl:// on Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%