Closed
Description
When logging object, functions and classes you sometimes see function and classes being printed the same way as such:
I wish they where a bit more distinguish if it is a function or a class so you know if you have to call the "function" class with the new
keyword and expect something back
kinda like chrome's devtool:
with the prefixed class
and f
in the beginning
maybe with an other color (same as the number color - orange) or like my atom editor:
it's not so much about styling, (the above are just some suggestions)
the request feature is just more about distinguish classes from functions in the terminal
(don't mind as much if this is being discarded and closed since it's not so important to me - just wishful)