This commit is contained in:
Paul Gauthier 2024-12-11 20:41:24 -08:00
parent 6f266c0090
commit 514c34b242

View file

@ -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