mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
copy
This commit is contained in:
parent
6f266c0090
commit
514c34b242
1 changed files with 13 additions and 0 deletions
|
@ -82,6 +82,19 @@ function factorial(n) {
|
|||
}
|
||||
```
|
||||
|
||||
## Comment styles
|
||||
|
||||
Aider only watches for these types of **one-liner** comments:
|
||||
|
||||
```
|
||||
# Python and bash style
|
||||
// Javascript style
|
||||
-- SQL style
|
||||
```
|
||||
|
||||
Aider will look for those comment types in all files.
|
||||
You can use them into any code file you're editing, even if they aren't the
|
||||
correct comment syntax for that language.
|
||||
|
||||
## Multiple uses
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue