I've been searching for an answer to this with no luck. VSCode offers some suggestions like in this example:
However, many suggestions do not show up. For example, when passing an event there is no suggestion for e.preventDefault, or any of the associated methods or data that will accompany an event.
In the tutorial I'm watching I don't know if they are using 'javascript completions' with Sublime or if they have an extension in VSCode, but if it's possible to do this with Visual Studio I would really like to continue using it.

