Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Go Reference FQNNew to Visual Studio Code? Get it now.
Go Reference FQN

Go Reference FQN

zollum-vscode-ext

|
2 installs
| (0) | Free
Copy the fully qualified Go reference name for the symbol under the cursor from hover or command.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go Reference FQN

Copy the fully qualified reference name for a Go function or method directly from hover or the editor context menu.

Rules

  • Function: pkg.Func
  • Value method: pkg.Type.Method
  • Pointer method: pkg.(*Type).Method
  • Interface method: pkg.Interface.Method

Usage

Open a Go file, place the cursor on a function or method reference, then use one of these entry points:

  • Hover the symbol and click Copy fully qualified name
  • Right click in the editor and run Go Reference FQN: Copy Fully Qualified Name

The extension resolves the symbol definition through the active Go language server and then formats the copied name using the rules above.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft