-
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support Data Type Renderers #1750
Comments
Well, in Java, for example, every object has Is there any unified method to do this? May be some module that can represent popular modules in the cool way? I don't really want to hardcode this for every possible object. |
Well, I know the module Data::Printer, that might can be useful for this purpose, like it is shown in this article |
As far as i know this is just a pretty (and may be more flexible/configurable) Data::Dumper. Not exactly what are you talking about. The only way I can see here is to hardcode some cases and make a convention, like "if class has a |
Although there is no Maybe this can be used as a kind of preview. With DateTime objects this works perfectly. Indeed this is what Eclipse Perl Plugin does. |
Are there plans to include this feature? I would find this very useful. |
@juanradiego there is still no concept for this. How do you see this? I don't like the idea to hardcode serializing for different classes. |
As I see it, there is no need to hardcode any specifics for this particular case, because the Thanks for your work by the way. The plugin works very nice. |
This won't work everywhere. After some investigation, seems we need something like this: https://www.jetbrains.com/help/idea/debugger-data-type-renderers.html |
Thanks @hurricup for developing this great plugin! |
Please, add support for showing complex structures with pretty printers.
e.g. DateTime objects
DateTime objects are difficult to see at first-sight by default
It would be very useful if the debugger view showed something like this
The text was updated successfully, but these errors were encountered: