Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Symbol SeekerNew to Visual Studio Code? Get it now.
Symbol Seeker

Symbol Seeker

dock51 UG (haftungsbeschränkt)

|
456 installs
| (0) | Free
Fast workspace-wide fuzzy search for symbols & files, powered by cTags.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Symbol Seeker (vscode-symbol-seeker)

A simple VSCode Extension, that allows fast fuzzy search for symbols & files of the current workspace -- all in the same interface!

It archives that by creating, parsing, caching & searching cTags for the current workspace. If you assign a shortcut you will find your files even faster!

This is a heavy Work-In-Progress! May not work for your usecase!

Features

  • Search for Files & Symbols across the whole project with one command: Search for Symbol or File
    • Including support for multi folder workspaces
  • Support many programming languages
    • More specifically for all languages that cTags support
    • Additional (basic) Support for Dart
  • Weighted fuzzy-search. E.g.:
    • file-results are preferred over property-results
    • Results in the current file are preferred over others
  • Special commands:
    • Use .extension in your search to only show files with that exact extension
    • Use /file/path in your search to only show files with a fuzzy matching path
    • Use $filename in your search to only show files with a prefix-matching filename

Requirements

  • A unix machine. Windows is untested and will most likely not work!
  • Universal CTags (e.g. brew install universal-cTags)

Please make sure the cTags-executable is in your PATH-Variable

Changelog

Please take a look at the CHANGELOG.md File.

Extension Settings

See package.json for a list of settings & and their defaults

ToDos & Improvements:

  • Add not found-Options e.g. do a full-text-search, search git history, etc.
  • Add more user facing errors: e.g. CTags is not installed, No Workspace is opened, etc.
  • Add Tests
  • Improve Matching for paths pasted in search bar
  • Resolve the TODOs in the source code
  • Add Windows support
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft