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

Code action to implement unimplemented members #7073

Closed
Tyriar opened this issue May 31, 2016 · 3 comments
Closed

Code action to implement unimplemented members #7073

Tyriar opened this issue May 31, 2016 · 3 comments
Assignees
Labels
feature-request Request for new features or functionality typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@Tyriar
Copy link
Member

Tyriar commented May 31, 2016

I don't think we do this yet, I want the editor to go and implement the missing members of abstract classes/interfaces at the press of a button.

image

@Tyriar Tyriar added feature-request Request for new features or functionality typescript Typescript support issues labels May 31, 2016
@mjbvz mjbvz self-assigned this Dec 16, 2016
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Jan 5, 2017
@mjbvz
Copy link
Contributor

mjbvz commented Jan 5, 2017

The implement interface code action, plus many others, is now in TypeScript 2.2. You can start testing this today by installing typescript@next and pointing your "typescript.tsdk" setting to it:

jan-04-2017 17-05-56

We will be picking up the final release of TS 2.2 in VSCode 1.10+

Note that #18135 is needed to properly format some of these quick fixes as shown above. I plan on taking that PR into VSCode 1.9

@mjbvz mjbvz closed this as completed Jan 5, 2017
@Tyriar
Copy link
Member Author

Tyriar commented Jan 5, 2017

Great news!

@nbransby
Copy link

nbransby commented Mar 9, 2017

What about anonymous implementations via an object literal?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality typescript Typescript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

4 participants