Smart Search
Code search in Skycode
Skycode can find code by meaning, not just exact text. For example, "where is auth checked" will find checkAuth() even if the word "auth" doesn't appear nearby.
How It Works
When you open a project, Skycode automatically indexes your files. AI uses this index to find relevant code while working with your requests.
No setup needed — search works out of the box.
Reindexing
To manually update the index, open Command Palette (Ctrl+Shift+P) and choose:
- Skycode: Reindex — reindex the project
- Skycode: Clear Index — delete the index