mirror of
https://github.com/filp/whoops.git
synced 2026-09-12 02:36:20 +00:00
Add IntelliJ IDEA support
Some of us use IntelliJ IDEA with the PHP plugin instead of PhpStorm
This commit is contained in:
@@ -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",
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user