Skip to content

intelisense won't work for require with template strings #8135

Closed
@egamma

Description

@egamma

From @NikosEfthias on April 14, 2016 19:9

  • VSCode Version:1.8.2
  • OS Version:ubuntu 15.10

Steps to Reproduce:

const a=require("something") //autocomplete works great
const b=require('something') //autocomplete works great
const c=require(`something`) //will not autocomplete

Copied from original issue: microsoft/vscode#5273

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