From @s130059660 on February 27, 2017 11:24
- VSCode Version: latest (1.10.0-insider)
- OS Version: Windows 10 + Docker
Steps to Reproduce:
-
import a module in node.js with backtick qoutation. Example: const fs = require(fs);
-
check IntelliSense autocomplete. Example: fs dot
With double quote, IntelliSense works:

However, with back-tick IntelliSense doesn't work.

Copied from original issue: microsoft/vscode#21488
From @s130059660 on February 27, 2017 11:24
Steps to Reproduce:
import a module in node.js with backtick qoutation. Example: const fs = require(
fs);check IntelliSense autocomplete. Example: fs dot
With double quote, IntelliSense works:

However, with back-tick IntelliSense doesn't work.

Copied from original issue: microsoft/vscode#21488