After using intellisense to auto-complete some code, it often highlights some argument place holder text/value. But while its highlighted, the intellisense stops working. I have to click the esc key to get out the highlighting to continue using intellisense. (if any of you use the macbook with the touch bar, you know how much effort it is to press the esc key 🤮)
The highlighting might be hard to see, but its there the whole time I am typing "con"
Anyone know how get intellisense working without turning off the auto-highlighting feature? (also anyone know the official/unofficial name of the highlighting feature?)
Cmd+space
work better for you? I can't actually replicate your issue in javascript - possibly the language extension completionProvider isn't set up nicely. – Maleate