mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
docs: add video demo of IDE watch mode functionality
This commit is contained in:
parent
5c6f0e4d32
commit
290ae04988
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ description: Aider can run in your browser, not just on the command line.
|
|||
|
||||
# Aider in your IDE
|
||||
|
||||
<video width="100%" controls>
|
||||
<source src="/assets/videos/aider-watch-demo.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
If you run aider with `--watch-files`,
|
||||
it will watch all files in your repo for edits. If you edit a file and add comments with "AI instructions", aider will follow them. So you can put aider messages right into your source files, nearby the code they refer to.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue