Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

fix list #387

Merged
merged 1 commit into from
Jun 6, 2025
Merged
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
44 changes: 20 additions & 24 deletions docs/finishing-touches/docstrings.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,36 +50,32 @@ code_generation:

These software forges are supported:

- [x] Azure DevOps
- [ ] Bitbucket Cloud
- [ ] Bitbucket Data Center
- [x] GitHub
- [x] GitLab
- Azure DevOps
- GitHub
- GitLab

While Bitbucket is not officially supported, docstrings can still be generated. However, they will be posted in a comment under the pull request. Full support for Bitbucket is planned.

## Supported languages

These languages are supported:

- [x] Bash
- [x] C
- [x] C#
- [x] C++
- [x] Elixir
- [x] Go
- [ ] Haskell
- [x] Java
- [x] JavaScript
- [x] Kotlin
- [x] Lua
- [x] Php
- [x] Python
- [x] React TypeScript
- [x] Ruby
- [x] Rust
- [ ] Scala
- [x] Swift
- [x] TypeScript
- Bash
- C
- C#
- C++
- Elixir
- Go
- Java
- JavaScript
- Kotlin
- Lua
- Php
- Python
- React TypeScript
- Ruby
- Rust
- Swift
- TypeScript

CodeRabbit uses `ast-grep` to parse the code. If you want a new language to be supported, please look into [Add New Language to ast-grep](https://ast-grep.github.io/contributing/add-lang.html#add-new-language-to-ast-grep) first.