Skip to content

importing module with backticks breaks IntelliSense #14345

@mjbvz

Description

@mjbvz

From @s130059660 on February 27, 2017 11:24

  • VSCode Version: latest (1.10.0-insider)
  • OS Version: Windows 10 + Docker

Steps to Reproduce:

  1. import a module in node.js with backtick qoutation. Example: const fs = require(fs);

  2. check IntelliSense autocomplete. Example: fs dot

With double quote, IntelliSense works:
doublequote

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

Copied from original issue: microsoft/vscode#21488

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions