-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)typescriptTypescript support issuesTypescript support issues
Description
- 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
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)typescriptTypescript support issuesTypescript support issues