Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Interface Conformance for GoNew to Visual Studio Code? Get it now.
Interface Conformance for Go

Interface Conformance for Go

CodeInbox

|
98 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Interface Conformance

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.

Interface Conformer Actions

Contributing

Setup

  1. Clone this repository
  2. Run npm install
  3. Run npm run watch to start the compiler in watch mode
  4. Press F5 to open a new window with your extension loaded
  5. Open a Go file and try out the code actions

VS Code API

vscode module

  • languages.registerCodeActionsProvider
  • Diagnostic.code
  • CodeActionContext.diagnostics
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft