Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Go To ClunctionNew to Visual Studio Code? Get it now.
Go To Clunction

Go To Clunction

Kit Kennedy

|
516 installs
| (1) | Free
Like goto symbol, but only displays a subset of symbols (classes, functions/methods, and others) declared in the active document.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go To Class/Function ("Clunction")

The standard Go to Symbol in File... feature of VS Code can be noisy when you're only interested in functions. This extension adds a Go to Clunction in File... feature that allows you to focus only on the classes and functions declared in the file.

This is adapted from the original by trinxnz

Usage

Installing

  • Go to the extensions menu in vscode and search for "go to clunction"
  • Install it

Alternatively, you can download the extension from the marketplace.

Usage

  • Open the Commands Palette (Ctrl+Shift+P) and select Go to Clunction in File...
  • Alternatively, bind a key to the command workbench.action.gotoClunction

Note: No default keybinding is provided

License

This project is licensed under the MIT License - see the LICENSE file for details.

Todo

  • use regexes to parse python (in addition to current cpp/h files)
  • Add more symbols to the list?

Release Notes

0.0.5

  • Better handling for symbol list quickview, looks better now
  • Parse cpp/h files with regex rather than vscode.executeDocumentSymbolProvider command (which in practice seems to be pretty slow on cpp files for some reason)
  • Add option for display of constant values in quickview
  • Add option for display of "MARK" comments in quickview

Usage

0.0.4

You're on your own, kid

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