From 290ae0498849bba1705f09d06a1be4c95097fce9 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 4 Dec 2024 12:13:22 -0800 Subject: [PATCH] docs: add video demo of IDE watch mode functionality --- aider/website/docs/usage/watch.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aider/website/docs/usage/watch.md b/aider/website/docs/usage/watch.md index ebe831757..d8b722130 100644 --- a/aider/website/docs/usage/watch.md +++ b/aider/website/docs/usage/watch.md @@ -8,6 +8,11 @@ description: Aider can run in your browser, not just on the command line. # Aider in your IDE + + 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.