You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/code-graph-analysis.md
+12-10
Original file line number
Diff line number
Diff line change
@@ -1,39 +1,41 @@
1
1
---
2
-
title: Code Graph
2
+
title: Code Graph Analysis
3
3
description: Learn about CodeRabbit's intelligent graph-based code analysis.
4
-
sidebar_label: Code Graph
4
+
sidebar_label: Code Graph Analysis
5
5
sidebar_position: 6
6
6
---
7
7
8
-
# CodeRabbit Code Graph
8
+
# CodeRabbit Code Graph Analysis
9
9
10
-
## What is Code Graph?
10
+
## What is Code Graph Analysis?
11
11
12
-
Code Graph is an intelligent code analysis feature that enhances your code reviews by automatically mapping relationships between files in your codebase. By
12
+
Code Graph Analysis is an intelligent code analysis feature that enhances your code reviews by automatically mapping relationships between files in your codebase. By
13
13
understanding how your code connects and interacts, Code Graph provides concrete snippets of context that makes reviews more effective and insightful.
14
14
15
-
## How Code Graph Enhances Your Reviews
15
+
## How Code Graph Analysis Enhances Your Reviews
16
16
17
-
When reviewing code with CodeRabbit, Code Graph automatically:
17
+
When reviewing code with CodeRabbit, Code Graph Analysis automatically:
18
18
19
19
-**Maps symbol definitions and references** across your entire codebase
20
20
-**Analyzes commit history** to identify files that frequently change together
21
21
-**Builds relationship graphs** showing how different parts of your code connect
22
22
-**Enriches reviews with contextual information** about related code
23
23
24
+
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.
25
+
24
26
## Key Features
25
27
26
28
### Three Types of Contextual Information
27
29
28
-
Code Graph adds three powerful layers of context to your reviews:
30
+
Code Graph Analysis adds three powerful layers of context to your reviews:
29
31
30
32
1.**Definition Files**: Files containing definitions that are referenced in the current code
31
33
2.**Reference Files**: Files that reference symbols defined in the current code
32
34
3.**Related Files**: Files that appear related based on usage patterns and commit history
33
35
34
36
### Language Support
35
37
36
-
Code Graph works with:
38
+
Code Graph Analysis works with:
37
39
38
40
- Bash
39
41
- C
@@ -57,7 +59,7 @@ Code Graph works with:
57
59
58
60
## Availability
59
61
60
-
Code Graph is available on the Lite tier and above.
62
+
Code Graph Analysis is available on the Lite tier and above.
0 commit comments