I followed a YouTube tutorial, but I can’t seem to get the autocomplete working as shown.
For example, in the tutorial, when typing app.listen
, it automatically shows the expected parameters in gray (with autocompletion). It looks something like this:
However, in my VS Code, it doesn’t behave the same way. When I type app.listen
, the autocompletion doesn’t appear, and I have to manually type the rest, like () => {}. It’s quite frustrating and slows me down: