-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to click on Twig paths to open editor with that file selected #15
Comments
There is a trait for that $link = $this->getXdebugLink($filePath, $line);
// so $link
[
'url' => $url, // editor link
'ajax' => false,
'filename' => basename($file), // just file name
'line' => (string) $line
] maximebf/php-debugbar/src/DebugBar/DataCollector/MessagesCollector.php#L104 |
Line 198 in 73b802b
NamespacedTwigProfileCollector needs a second arg for XdebugLink
maximebf/php-debugbar/src/DebugBar/Bridge/NamespacedTwigProfileCollector.php#L178-L183 |
@systemsolutionweb are you willing to submit a PR for this? |
@LukeTowers hi, try #19 |
Similar to how ignition and ray and other tools work to convert local to remote paths
The text was updated successfully, but these errors were encountered: