Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Demo Walkthrough

Implement an Interface

demo

GoLand offers multiple options to quickly implement an interface using:

  • Implement methods action. Use the shortcut ^I (macOS) / Ctrl+I (Windows/Linux), and then select either to generate a new type or use an existing type from the current file.
  • use Implement Interface inlay hints.

The following content is directly taken from the JetBrains Guide.