VSCode Implement Method Shortcut

后端 未结 5 1993
暗喜
暗喜 2021-01-01 12:21

I\'m using VSCode, Exist, a way to implement the methods that are within an interface in typescript using some shortcut keys or set for it.

I searched on the website

5条回答
  •  無奈伤痛
    2021-01-01 13:04

    Update: The shortcut in VsCode for accessing this quick action is the usual one: Ctrl + . (period).

    The built-in functionality of VsCode implementing an interface was first resolved for me by upgrading and using the Visual Studio Code -Insiders version instead.

    See: VsCode Insiders for downloading this edition of VsCode.

    Note that using the insiders editions might impact other aspects of your apps, as the versions are more beta than the public VsCode editions.

提交回复
热议问题