From 06d8b22fc4b8cefacb004def520decef5482e373 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Wed, 31 Jul 2024 02:46:51 +0300 Subject: [PATCH] docs: update plugin's description --- DESCRIPTION.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 6ae25432..8db613f1 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -22,6 +22,18 @@ Receive single-line or whole-function autocomplete suggestions as you type. ![Code Completions](https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/plugin-description/inline-completion-resized.png?raw=true) +### Web Search + +Enhance your coding with real-time web search capabilities. Instantly access the latest information and insights directly within your coding environment. + +![Web Search](https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/plugin-description/web-search.png?raw=true) + +### Customized Personas + +Quickly define and switch between various prompts to make the assistant work for you, whether you're learning, writing, or proofreading. + +![Customized Personas](https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/plugin-description/personas.png?raw=true) + ### Fast Edit Transform your code using natural language instructions. Highlight the code you want to modify, describe the desired changes, and watch CodeGPT work its magic.