-
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
TypeScript Version: 3.0.0-dev.20180626
Search Terms:
- jsdoc
- import expression
- suggestions / intellisense
Code
For a project:
a.ts
export type T = numberb.js
/**
* @param {import('./')} x
*/
function foo(x) {
}- Try trigger path intellisense after the
./
Expected behavior:
Path suggestions returned. This is what happens if you use import types in a ts file
Actual behavior:
No completions returned
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

