Context
Codebase indexing
How @codebase finds things.
What is indexed
Source and text files in your workspace, in chunks. Large files, lockfiles, minified bundles, and anything without a recognised source extension are left out, as are common build and dependency directories. See ignore files for the details.
Keeping up to date
The index updates in the background as you edit and save. Only what changed is sent. There is nothing to run by hand.
If it is unavailable
When the index cannot be reached, @codebase falls back to a keyword search of your workspace. You still get results, ranked less well.
Next