Hello Team,
I have a request regarding the display of variable descriptions. I would like to see a feature that shows the description of a variable when the mouse hovers over or selects the variable.
The description should include information such as:
This would help other developers easily understand and select the correct values when working with variables.
Additionally, if you could provide a feature to allow multiple values to be selected for a single variable (similar to a multi-select input), that would be very helpful.
Thank you!

Hey @descent-module-tech3 
Welcome to the Postman Community! 
Thanks for the suggestion - Could I ask that you add that one our Issue Tracker on Github please, things like feature requests, might get lost in the various other topics raised here. 
As a variable is essentially a single value, i’m not sure how a multi select could work in that context. You’re only referencing a stored value when using the {{var_name}} syntax.
It might be a different feature request to add functionality like this that isn’t directly tied to variables.
For certain places in the request, you can also use the Types feature to provide similar information to other team members so there isn’t any confusion over which values to use in the request.
For example: