Skip to content

Commit b027c08

Browse files
committed
docs: add fast edit feature description
1 parent a94829a commit b027c08

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

DESCRIPTION.md

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ CodeGPT also supports vision models and image understanding, allowing you to att
2222

2323
![Chat with Vision](https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/new/chat-interface.png?raw=true)
2424

25+
### Fast Edits
26+
27+
Transform your code effortlessly using natural language instructions. Highlight the code you want to modify, describe the desired changes, and let CodeGPT implement them automatically.
28+
29+
![Fast Edits](https://www.codegpt.ee/fast-code-edits-cover.png)
30+
2531
### Commit Message Generation
2632

2733
CodeGPT can generate meaningful commit messages based on the changes made in your codebase. It analyzes the diff of your staged changes and suggests concise and descriptive commit messages, saving you time and effort.

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ CodeGPT also supports vision models and image understanding, allowing you to att
5858

5959
![Chat with Vision](https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/new/chat-interface.png?raw=true)
6060

61+
### Fast Edits
62+
63+
Transform your code effortlessly using natural language instructions. Highlight the code you want to modify, describe the desired changes, and let CodeGPT implement them automatically.
64+
65+
![Fast Edits](https://www.codegpt.ee/fast-code-edits-cover.png)
66+
6167
### Commit Message Generation
6268

6369
CodeGPT can generate meaningful commit messages based on the changes made in your codebase. It analyzes the diff of your staged changes and suggests concise and descriptive commit messages, saving you time and effort.

0 commit comments

Comments
 (0)