How to enable Intellisense for JavaScript in Visual Studio Code

Axel picture Axel · May 5, 2016 · Viewed 26k times · Source

I want to use VS Code to try out the examples of a JavaScript book, but there's no intellisense, or at least I don't know how to activate it.

In Visual Studio this feature works out of the box :

enter image description here

But in VS Code, all I got is a message saying "There's no suggestions"

enter image description here

What do I need to do to enable the intellisense in VSCode?

Thanks.