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

VarDumper context rendering #166

Closed
roxblnfk opened this issue Jun 12, 2024 · 0 comments
Closed

VarDumper context rendering #166

roxblnfk opened this issue Jun 12, 2024 · 0 comments

Comments

@roxblnfk
Copy link
Member

Symfony's Source context provider always provides file path, line (file, line) and name (name) that may be the file name or template name (when Twig is used).
In some cases it may provide extra keys like project_dir, file_excerpt, file_relative, file_link.

Now all the values are rendered like separated tags:

image

The proposal:

Render file and line as one tags:

File: D:/foo/bar/baz.php:42

In case when name is the same as file name (baz.php) - skip it.

@roxblnfk roxblnfk changed the title VarDumpper context rendering VarDumper context rendering Jun 12, 2024
Kreezag pushed a commit that referenced this issue Jun 13, 2024
Kreezag pushed a commit that referenced this issue Jun 13, 2024
butschster added a commit that referenced this issue Jun 13, 2024
@Kreezag Kreezag closed this as completed Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants