CodeSearch - Semantic Code SearchFind code by meaning, not just text. Powered by bge-small-code-v1 — a 33M code embedding model that runs entirely locally. Features
UsageSearch (Cmd+Shift+F)
Index WorkspaceRun "CodeSearch: Index Workspace" from the command palette to build the search index. This scans your workspace, chunks code files, and embeds them locally. Find Similar CodeSelect any code in the editor, right-click, and choose "CodeSearch: Search for Similar Code" to find semantically similar code across your workspace. How it works
ModelUses ArnavKewalram/bge-small-code-v1-onnx — a 33M parameter code embedding model fine-tuned on CoRNStack code search triplets. INT8 quantized to 33.8MB for fast local inference. Supported LanguagesPython, JavaScript, TypeScript, Java, Go, Rust, C/C++, C#, Ruby, PHP, Swift, Kotlin, Scala, SQL, Dart, Lua, and more (50+ file extensions). Requirements
|