Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Clangd Workspace File SymbolsNew to Visual Studio Code? Get it now.
Clangd Workspace File Symbols

Clangd Workspace File Symbols

flovintue

|
109 installs
| (1) | Free
Upgrade your `Go To Symbols In Workspace` to fake the ReSharper/Jetbrains `Search Everywhere` feature!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Clangd Workspace File Symbols

A Visual Studio Code Extension that allows you to add your workspace files as symbols to the Go To Symbols In Workspace command results. This makes for a more holistic search experience, resembling that of ReSharper's/Jetbrains Search Everywhere.

Requirements

Requires the clangd extension to be installed and active to function

Extension Settings

To control what kind of files shows up in your workspace symbols query, you can specify search inclusion & inclusion pattern. These patterns should be formatted in the same way as you would when calling the findFiles function (see https://code.visualstudio.com/api/references/vscode-api#workspace) as they are forwarded directly to just that.

Example include filter: "**/*.{h,hpp,c,cpp}" for including all C & C++ headers and source files

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