Tooltip for variables in POST body

Is there a way to get collection/environment variable tooltips to show in the request POST body?

I’m defining variable to be used in the POST body JSON for my requests. The mouse-over tooltip works if the variable is referenced from the URL or other fields (such as auth configuration fields), but doesn’t work when referenced in the POST body.

For example, tooltips work in for a request like this

http://localhost:8081/api/someRequest?{{someVariable}}={{someValue}} 

But not within the POST body

{
    "anotherValue":"{{someValue}}"
}

postman-tooltip-question

Thanks for any help!

I suggest you submit a new feature request, so the engineering team can better understand your use case. Feel free to link to your forum post.

I’ll close this topic here as we handle features requests on GitHub.