generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add custom AI Composer guide and update nav_order
- Loading branch information
Showing
4 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
layout: default | ||
title: AutoDev Composer | ||
title: AutoDev AI Composer | ||
nav_order: 5 | ||
has_children: true | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: default | ||
title: AI Composer Sketch View | ||
parent: AutoDev AI Composer | ||
nav_order: 3 | ||
--- | ||
|
||
# Tips | ||
|
||
## Custom AI Composer | ||
|
||
follow [Prompt Override](/customize/prompt-override), the AI Composer can be customized. in the `prompt/code` folder, | ||
you can create a file named `sketch.vm` to override the composer prompt. | ||
|
||
## Use RipgrepSearch | ||
|
||
Since we don't have a full-text search feature, you can use `RipgrepSearch` to search for files in the project. You can install it via Homebrew: | ||
|
||
```bash | ||
brew install ripgrep | ||
``` | ||
|
||
Then you can use it in the AutoDev Composer. | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters