accept autocomplete key not working as expected
Title
Rather than selecting the chosen item, it just adds spaces to the next indent. The tab key is permanently selected in settings, and enter key is the only other selection. Really distracting when this occurs.
Looks like this happens when you have the full starting text of the selection. If you typed out from the middle, it will do this.
e.g.,
If I had typed out app.UseMid for UseMiddleware, it works. If I had typed out app.mid, it does not. I would have expected this to work.
Looks like for a single unambiguous selection, it doesn't auto select it. I have to arrow to the selection for it to work.
It's a little inconsistent too. For MapBlazorHub, starting with app.blaz (with one option), it indents and inserts the initial argument body.
