mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 05:45:00 +00:00
Merge branch 'main' of github.com:Aider-AI/aider
This commit is contained in:
commit
0145e86202
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ description: Aider can run in your browser, not just on the command line.
|
||||||
If you run aider with `--watch-files`, it will watch all files in your repo
|
If you run aider with `--watch-files`, it will watch all files in your repo
|
||||||
and look for any AI coding instructions you add using your favorite IDE or text editor.
|
and look for any AI coding instructions you add using your favorite IDE or text editor.
|
||||||
|
|
||||||
Specifically, aider looks for one-liner comments (# ... or // ...) that either start or end with `AI`, `AI!` or `AI?1 like these:
|
Specifically, aider looks for one-liner comments (# ... or // ...) that either start or end with `AI`, `AI!` or `AI?` like these:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# Make a snake game. AI!
|
# Make a snake game. AI!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue