Is there a way to choose Emmet suggestion in VSCode without expanding

65 Views Asked by At

I try now to use Emmet, but I have a problem, so emmet gives several suggestions, I want now choose one suggestion from the list without expanding, so I can for example still add an ID with emmet.

For better understanding I give an example. So I want to create in HTML a checkbox with an specific ID directly with emmet. The word checkbox is quite long so i want to choose it directly from the suggestions, so the suggested abbreviation get into my line without expanding.

Here some pictures: Emmet with suggestions so now what is happening when I click enter Emmet expands the suggestion like in this image: Emmet expanded the suggestion But I actually want to happen this: Emmet suggestion chosen but not expanded So I can write the Hash and add an ID of my choice Like a similar system that you also have when searching, for example at google you can select a suggested search term but edit it further and not directly start the search. I hope I could describe my problem clearly, so now my question is, is there a way to choose the emmet abbreviation without expanding? Thanks

0

There are 0 best solutions below