Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide suggested fixes for unresolved entities #4370

Open
DanielRosenwasser opened this issue Aug 20, 2015 · 3 comments
Open

Provide suggested fixes for unresolved entities #4370

DanielRosenwasser opened this issue Aug 20, 2015 · 3 comments
Labels
Help Wanted You can do this Suggestion An idea for TypeScript
Milestone

Comments

@DanielRosenwasser
Copy link
Member

Something like the following:

image

See microsoft/TypeScript-Sublime-Plugin#327 for the original suggestion.

@NoelAbrahams
Copy link

@DanielRosenwasser,

A small point: this would make most sense if TypeScript were to support a using-style directive.

Something like import * from A (as suggested in #2956).

The suggestion in microsoft/TypeScript-Sublime-Plugin#327 is about adding an import Task = ..., which I don't believe many people would do, because that is a sort of per type import (i.e. a simple alias).

@OlegDokuka
Copy link

looks good, it will be cool if we get this feature

@kungfusheep
Copy link

The suggestion in microsoft/TypeScript-Sublime-Plugin#327 is about adding an import Task = ..., which I don't believe many people would do, because that is a sort of per type import (i.e. a simple alias).

A using directive would be nice, but I think that is a separate issue in this case. 327 mentions that the generated statement would be dependent on the "module" setting in tsconfig - based on current ways we have to import code.

@mhegazy mhegazy added the Help Wanted You can do this label Dec 9, 2015
@mhegazy mhegazy added this to the Community milestone Jan 4, 2018
@RyanCavanaugh RyanCavanaugh modified the milestones: Community, Backlog Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted You can do this Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

6 participants