Skip to content

Instantly share code, notes, and snippets.

View webrgp's full-sized avatar
💻
Turning coffee into code

Rodrigo Passos webrgp

💻
Turning coffee into code
View GitHub Profile
@webrgp
webrgp / debug.php
Last active January 15, 2026 19:18
Craft CMS debug panel IDE configuration
<?php
/**
* config/debug.php
*/
return [
'traceLine' => '<a href="vscode://file/{file}:{line}">{file}:{line}</a>',
// 'traceLine' => '<a href="phpstorm://open?url={file}&line={line}">{file}:{line}</a>',
// 'traceLine' => '<a href="zed://file/{file}:{line}">{file}:{line}</a>',