autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

[Bug] No popup/hint of argument on empty Option and insertValue

Open Tim4497 opened this issue 3 years ago • 0 comments

When I try to select a empty option or an argument which uses the insertValue property it does not open the hint popup you see on an option with argument:

For example: git checkout -b The hint "New Branch" will pop up.

Try: git commit -m '' The Hint "message" should pop up

Also if you create an empty option like:

{
          name: "",
          description: "Change base URL",
          args: {
            name: "URL",
},

It doesn't open the hint like you expect with --api see this short clip:

https://user-images.githubusercontent.com/8143150/160477114-2720a7eb-f539-43c9-999e-34c7d780336e.mov

Tim4497 avatar Mar 28 '22 19:03 Tim4497