Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS Code Super PowerNew to Visual Studio Code? Get it now.
VS Code Super Power

VS Code Super Power

JenuelDevOfficial

|
3 installs
| (1) | Free
Super powers for VS Code — copy file references, and more
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Super Power logo

VS Code Super Power

Copy file references fast, then jump back to them just as quickly.

Features

Copy Referrence

Right-click in the editor and choose Copy Referrence.

Copy Referrence

This command is smart:

  • On a function, method, or constructor declaration line, it copies a function reference like src/extension.ts::activate()
  • On any other line, it copies a line reference like src/extension.ts::42

Other Commands

  • Super Power: Copy Line Reference always copies path::line
  • Super Power: Copy Function Reference always copies path::function()
  • Super Power: Go to Reference opens the reference picker

Go to Reference

Press Ctrl+Alt+R on Windows/Linux or Cmd+Alt+R on Mac.

You can:

  • Search files by name
  • Paste a line reference like src/extension.ts::42
  • Paste a function reference like src/extension.ts::activate()

Reference Format

References use :: as the separator.

src/extension.ts::42
src/extension.ts::activate()

Requirements

  • VS Code 1.85.0 or later
  • A language extension that provides document symbols for function-based references
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft