I've been using Visual Studio Code for a while and really like the editor. So far the intellisense have been working fine for PowerShell which I use on a daily basis.
Just started to learn html, css and javascript through a beginners book and noticed the intellisense does not come with suggestions like I'm used to for Powershell.
For instance take this snippet of code:
There are no suggestions for the underlying methods like:
Is there an easy way to fix this? From what I've read the VS Code editor should have basic native support for html, css and JavaScript. I also tried adding other extensions like "Babel JavaScript", "HTML CSS Support" for these languages but still the same.