VSCode Implement Method Shortcut
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.
UPDATE: VS Code now supports this functionality out of the box. Just add the interface, the compiler will highlight the controller with red, right click on the light bulb on the left and click implement interface. Enjoy!
It will be "ctrl+.
" for visual studio code linux version or click on the light bulb icon
().