show conditions in breadcrumbs
Answered
Hi. I would like to know if it is possible to show the conditions which have to be met in order to run the highlighted line ?
For example, consider the code below:
if( isFoo && isFar ){
if( a != 5 ){
doJob(); <----- if I put the cursor here,
}
}
I want to show the conditions expression like this: ( isFoo && isFar && a != 5 ) similar to the breadcrumbs.
Or is there any plugin that provides this feature.
Please sign in to leave a comment.
Hello,
You are welcome to create feature request on YouTrack: https://youtrack.jetbrains.com/issues/IDEA