Intellisense inside JS template literal not showing automatically after typing ${ #32954
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
javascript
JavaScript support issues
Steps to Reproduce:
While typing inside the string interpolation, e.g.
${foo}
, Intellisense popup for the variable is not shown.Intellisense regarding the variable's property works perfectly though.
But, It's the variable name that popup doesn't open when typing.
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: