JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
251 stars 54 forks source link

Add hyperlinks of stack traces in Laravel logs #148

Closed smirok closed 7 months ago

smirok commented 1 year ago

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