Getting Started with Kodelens
By Kodelens Team
•January 15, 2025

Kodelens is an intelligent VS Code extension designed to help developers understand and navigate code faster.
In this guide, we'll walk through how to install, configure, and make the most out of Kodelens in your daily workflow.
Step 1: Install the Extension
Open the Extensions Marketplace in VS Code and search for "Kodelens". Click Install to get started.
Step 2: Index Your Codebase
Once installed, open your project and let Kodelens index your files locally for semantic search and navigation.
Step 3: Use Smart Search
Kodelens provides an intelligent search that understands context. Try searching for things like “Where do we handle authentication?” or “Show me how user registration works”.
That’s it! You’re ready to start exploring your codebase like never before.

