Interface Conformance for Golang is a VSCode extension that provides code actions for implementing interfaces in Go. When your method implements an existing interface, this extension will recommend a rename to match convention.
- Clone this repository
- Run
npm install
- Run
npm run watch
to start the compiler in watch mode - Press F5 to open a new window with your extension loaded
- Open a Go file and try out the code actions