Is your feature request related to a problem? Please describe.
When query bind parameters first appear they have a value of Set value. By clicking into the the field trying to edit it, it selects the whole content of the field when it could just remove the Set value text.
Describe the solution you'd like
Remove the Set value text when I click into it AND re-add the Set value text if I leave it empty. Since you never want to have an empty bind param just re-add it when it is empty on focus loss, if you need an empty string then you have to enter "" into the param's field anyways.
Describe alternatives you've considered
Additional context

Is your feature request related to a problem? Please describe.
When query bind parameters first appear they have a value of
Set value. By clicking into the the field trying to edit it, it selects the whole content of the field when it could just remove the Set value text.Describe the solution you'd like
Remove the
Set valuetext when I click into it AND re-add theSet valuetext if I leave it empty. Since you never want to have an empty bind param just re-add it when it is empty on focus loss, if you need an empty string then you have to enter""into the param's field anyways.Describe alternatives you've considered
Additional context