Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/docs/core-abilities/static_code_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ By combining static code analysis with LLM capabilities, Qodo Merge can provide
It scans the PR code changes, finds all the code components (methods, functions, classes) that changed, and enables to interactively generate tests, docs, code suggestions and similar code search for each component.

!!! note "Language that are currently supported:"
Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala
Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin

## Capabilities

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/tools/analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ An example result:

![Analyze 1](https://codium.ai/images/pr_agent/analyze_1.png){width=750}

!!! note "Language that are currently supported:"
Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala
!!! note "Languages that are currently supported:"
Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin
2 changes: 1 addition & 1 deletion docs/docs/tools/improve_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The tool will generate code suggestions for the selected component (if no compon
![improve_component2](https://codium.ai/images/pr_agent/improve_component2.png){width=768}

!!! note "Notes"
- Language that are currently supported by the tool: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala`
- Languages that are currently supported by the tool: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin`
- This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool.

## Configuration options
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/tools/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The tool will generate tests for the selected component (if no component is stat
(Example taken from [here](https://github.com/Codium-ai/pr-agent/pull/598#issuecomment-1913679429)):

!!! note "Notes"
- The following languages are currently supported: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala`
- The following languages are currently supported: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin`
- This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool.

## Configuration options
Expand Down