Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>C# Copy ReferenceNew to Visual Studio Code? Get it now.
C# Copy Reference

C# Copy Reference

alexalok

|
2 installs
| (0) | Free
Copy fully qualified C# type and member names from the editor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

C# Copy Reference

VS Code extension command for copying fully qualified C# type and member names.

Command: csharp-copy-reference.copyFullyQualifiedName

Suggested keybinding:

{
  "key": "cmd+alt+c",
  "command": "csharp-copy-reference.copyFullyQualifiedName",
  "when": "editorTextFocus && editorLangId == csharp"
}

Windows/Linux:

{
  "key": "ctrl+alt+c",
  "command": "csharp-copy-reference.copyFullyQualifiedName",
  "when": "editorTextFocus && editorLangId == csharp"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft