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

Dumper: DateTime should use inline value #517

Open
janbarasek opened this issue Nov 25, 2021 · 3 comments
Open

Dumper: DateTime should use inline value #517

janbarasek opened this issue Nov 25, 2021 · 3 comments

Comments

@janbarasek
Copy link
Contributor

Hello,

I think Dumper should use short single line value.

Now DateTime contains 3 properties:

Snímek obrazovky 2021-11-25 v 14 53 03

But full value should be rendered as single line (Symfony profiler inspiration):

Snímek obrazovky 2021-11-25 v 14 53 40

Thanks.

@petrparolek
Copy link

petrparolek commented Nov 25, 2021

I think that it is bad idea. Dumper should show all public, protected and private properties of any objecz

@janbarasek
Copy link
Contributor Author

I may have described the idea wrong. The goal is to render the preview data directly on the line without having to click on the detail. When listing very many data, scrolling through the dump is inconvenient.

@petrparolek
Copy link

I understand, cool feature

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

No branches or pull requests

2 participants