Normally when I used to type in my VSCode editor, the intellisense showed all the possible suggestions for the entered query.
However, now as I type, only one suggestion is shown that best matches the query.
For instance, when I type in b
, the intellisense just shows a suggestion for the HTML <b>
element — not a list of suggestions including tags such as <button>
.
Is there any way to change this? I have searched a lot of the net but couldn't find any sort of help.