-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue