Type Renderer in debugger
I'm not sure how to use the new Type Renderer feature. Specificly, how do I reference the variable being rendered from the expression?
As an example, I tried to create one for Calendar with this expression:
DateFormat.getDateTimeInstance().format($value$.getTime())
What do I need to put in place of $value$ to get this to work?
Please sign in to leave a comment.
Use 'this' for '$value$'
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"