Is it possible to show compile time values within ...
# announcements
m
Is it possible to show compile time values within the code passively. consider this piece of code:
if(yourValue == SOME_VALUE)
where SOME_VALUE is a const val defined in an interface. Can I show the value of this value passively like inferred types are passively shown in the code?
2
ideally I'd like to see:
SOME_VALUE [ "101" ]
with "101" being as grayed out as the ": String" above
1
z
The plugin does not support this afaik, but this would be a neat feature. You should submit a feature request!