-
-
Notifications
You must be signed in to change notification settings - Fork 1
User Guide
Yiğit ERDOĞAN edited this page Jan 11, 2026
·
1 revision
Welcome to the CodeScope User Guide. This document explains how to get the most out of your AI-powered coding assistant.
- Indexing a Repository
- Chatting with Your Code
- Exploring Files
- Using the Circuit Board UI
- Keyboard Shortcuts
Before you can chat with your code, CodeScope needs to understand it.
- Open Settings: Click the ⚙️ icon in the top right.
-
Enter Path: Type or paste the absolute path to your local repository.
- Example:
/home/user/projects/my-apporC:\\Projects\\my-app
- Example:
- Ingest: Click "Ingest Repository".
- Monitor: The console and UI will show progress. Large repositories may take a few minutes.
Note: Ingesting a new repository replaces the previous index.
The main interface is a chat window designed for natural language queries.
- Summarization: "What does this project do?"
- Logic Explanation: "How is the authentication handled?"
- Bug Finding: "Are there any security vulnerabilities in the database logic?"
-
Refactoring: "How can I make the
Userclass more efficient?" - Boilerplate: "Write a new API endpoint for fetching logs."
- Be Specific: Mention file names or function names if you know them.
- Ask for Code: "Show me the implementation of..."
- Iterate: Follow up on AI answers to dive deeper.
The sidebar on the left allows you to navigate your repository's structure.
- Cloud Icons: Represents folders.
- File Icons: Represents code files.
- Click to View: Open any file to see its content alongside the chat.
CodeScope features a unique, animated circuit board background that reacts to system state.
- Static: Idle state.
- Animated: Highlighting AI processing or ingestion activity.
| Shortcut | Action |
|---|---|
Enter |
Send message |
Shift + Enter |
New line in chat |
Ctrl + L |
Clear chat history |
Esc |
Close current file view |
- Technical details: Architecture
- Configuration: Configuration
- Troubleshooting: Troubleshooting