Skip to content

Filename completion for imports? #11351

@ffxsam

Description

@ffxsam
  • VSCode Version: 1.4.0
  • OS Version: Mac OS 10.11.6

I haven't been able to figure out if VS Code will do file/path completion when using ES2015 import. It seems like it doesn't (it should IMO). Once I've typed in a path, I can cmd-click it to jump to the file, which is great, except if the import is an absolute path, e.g.:

import { something } from '/rootlevel/this/that';

Then VS Code has no idea what that file is. Is there some way to get this working?

Metadata

Metadata

Assignees

No one assigned

    Labels

    *duplicateIssue identified as a duplicate of another issue(s)typescriptTypescript support issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions