Should Ray show the dumped variable type like dd() does? #858
ryanmortier
started this conversation in
General
Replies: 1 comment 1 reply
-
That's a good point, we'll improve on this soon! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that if I dump a variable via
ray($var)
, the output is the same regardless if it's a string or integer and it bothers me that I can't used ray to determine this.For example, the following two vars will show identical in the Ray app:
dd()
on the other hand will show quotes around a string and uses colour coding to indicate a string or other type.Is there anyway to get this behaviour out of Ray?
Beta Was this translation helpful? Give feedback.
All reactions