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/finishing-touches/docstrings.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -35,26 +35,27 @@ This feature has been rigorously tested and is now available for all Pro plan us
35
35
36
36
## Supported software forges
37
37
38
-
The checked software forges are supported:
38
+
These software forges are supported:
39
39
40
40
-[x] Azure DevOps
41
41
-[ ] Bitbucket Cloud
42
42
-[ ] Bitbucket Data Center
43
43
-[x] GitHub
44
44
-[x] GitLab
45
45
46
-
While Bitbucket is not officially supported, docstrings can still be generated but will be posted in a comment under the pull request. Full support for Bitbucket is planned.
46
+
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.
47
47
48
48
## Supported languages
49
49
50
-
The checked languages are supported:
50
+
These languages are supported:
51
51
52
52
-[x] Bash
53
53
-[x] C
54
-
-[x] C++
55
54
-[x] C#
55
+
-[x] C++
56
56
-[x] Elixir
57
57
-[x] Go
58
+
-[ ] Haskell
58
59
-[x] Java
59
60
-[x] JavaScript
60
61
-[x] Kotlin
@@ -64,5 +65,8 @@ The checked languages are supported:
64
65
-[x] React TypeScript
65
66
-[x] Ruby
66
67
-[x] Rust
68
+
-[ ] Scala
67
69
-[x] Swift
68
70
-[x] TypeScript
71
+
72
+
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.
0 commit comments