Skip to content
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 hyperlinks of stack traces in Laravel logs #148

Merged
merged 5 commits into from
Dec 3, 2023

Conversation

smirok
Copy link
Contributor

@smirok smirok commented Jun 30, 2023

I've added support for hyperlinks in the Laravel log stacktrace.

In the case Laravel logs, the position in the file is specified in parentheses:

/Users/me/Application.php(35)

While the default format expected the number after the semicolon:

/Users/me/Application.php:35

The feature is tested on file URI for Windows, Linux, and MacOS.


Before:

Screenshot 2023-06-28 at 19 15 20

After:

Screenshot 2023-06-28 at 19 16 07

@smirok smirok requested a review from pestretsov July 3, 2023 12:47
Copy link
Collaborator

@mfilippov mfilippov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mfilippov mfilippov merged commit 74421dd into JetBrains:master Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants