Workspace Symbols
Search for functions, macros, modules, and structs across all projects in your workspace.
The following example uses the telescope.nvim Neovim plugin to fuzzy find symbols in the workspace.
Configuration
The workspaceSymbols.minQueryLength setting controls the minimum number of characters required before the search returns results:
- Set to 0 to return all symbols with an empty query
- Set to any other value to filter results server-side, only returning matches once the query meets the minimum length
See Configuration for details.