Add IntelliJ IDEA support

Some of us use IntelliJ IDEA with the PHP plugin instead of PhpStorm
This commit is contained in:
msheakoski
2016-09-10 15:41:25 -04:00
committed by GitHub
parent 5f4bc2f496
commit 0301af3049
+1
View File
@@ -76,6 +76,7 @@ class PrettyPageHandler extends Handler
"emacs" => "emacs://open?url=file://%file&line=%line",
"macvim" => "mvim://open/?url=file://%file&line=%line",
"phpstorm" => "phpstorm://open?file=%file&line=%line",
"idea" => "idea://open?file=%file&line=%line",
];
/**