diff --git a/src/DebugBar/DataFormatter/HasXdebugLinks.php b/src/DebugBar/DataFormatter/HasXdebugLinks.php index 0d37e4f..ea4f734 100644 --- a/src/DebugBar/DataFormatter/HasXdebugLinks.php +++ b/src/DebugBar/DataFormatter/HasXdebugLinks.php @@ -108,6 +108,7 @@ trait HasXdebugLinks 'textmate' => 'txmt://open?url=file://%f&line=%l', 'emacs' => 'emacs://open?url=file://%f&line=%l', 'macvim' => 'mvim://open/?url=file://%f&line=%l', + 'codelite' => 'codelite://open?file=%f&line=%l', 'phpstorm' => 'phpstorm://open?file=%f&line=%l', 'phpstorm-remote' => 'javascript:(()=>{let r=new XMLHttpRequest;' . 'r.open(\'get\',\'http://localhost:63342/api/file/%f:%l\');r.send();})()',