Vscode: Code action to implement unimplemented members

Created on 31 May 2016  ·  3Comments  ·  Source: microsoft/vscode

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

feature-request typescript upstream

Most helpful comment

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

All 3 comments

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

Great news!

What about anonymous implementations via an object literal?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jez9999 picture jez9999  ·  234Comments

TurkeyMan picture TurkeyMan  ·  411Comments

filfat picture filfat  ·  246Comments

ozsay picture ozsay  ·  247Comments

Tekbr picture Tekbr  ·  191Comments