Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Code graph _analysis_ docs#272

Merged
howonlee merged 1 commit intomainfromhowon/codegraph-docs-2
Apr 8, 2025
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletionsdocs/integrations/code-graph-analysis.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
---
title: Code Graph Analysis
description: Learn about CodeRabbit's intelligent graph-based code analysis.
sidebar_label: Code Graph Analysis
sidebar_position: 6
---

# CodeRabbit Code Graph Analysis

## What is Code Graph Analysis?

Code Graph Analysis is an intelligent code analysis feature that enhances your code reviews by automatically mapping relationships between files in your codebase. By
understanding how your code connects and interacts, Code Graph provides concrete snippets of context that makes reviews more effective and insightful.

## How Code Graph Analysis Enhances Your Reviews

When reviewing code with CodeRabbit, Code Graph Analysis automatically:

- **Maps symbol definitions and references** across your entire codebase
- **Analyzes commit history** to identify files that frequently change together
- **Builds relationship graphs** showing how different parts of your code connect
- **Enriches reviews with contextual information** about related code

Code Graph Analysis is also available in the CodeRabbit Chat. CodeRabbit Chat will automatically analyze your codebase with it when the agent deems it necessary.

## Key Features

### Three Types of Contextual Information

Code Graph Analysis adds three powerful layers of context to your reviews:

1. **Definition Files**: Files containing definitions that are referenced in the current code
2. **Reference Files**: Files that reference symbols defined in the current code
3. **Related Files**: Files that appear related based on usage patterns and commit history

### Language Support

Code Graph Analysis works with:

- Bash
- C
- C#
- C++
- CSS
- Elixir
- Go
- Java
- JavaScript
- Kotlin
- Lua
- PHP
- Python
- Ruby
- Rust
- Scala
- Swift
- TSX
- TypeScript

## Availability

Code Graph Analysis is available on the Lite tier and above.

---

Learn more about CodeRabbit's advanced features at [coderabbit.ai](https://coderabbit.ai)

[8]ページ先頭

©2009-2025 Movatter.jp