Skip to content

Commit f0d21eb

Browse files
committed
remove details about smart apply
1 parent 91a35bc commit f0d21eb

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

docs/cody/clients/install-jetbrains.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ In addition, you can use the following keyboard shortcuts to interact with Cody'
195195
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/Media/jetbrains-cody-v6-autocomplete.mp4" type="video/mp4"/>
196196
</video>
197197

198-
199198
## Prompts and Commands
200199

201200
Cody offers quick, ready-to-use [prompts and commands](/cody/capabilities/commands) for common actions to write, describe, fix, and smell code. These allow you to run predefined actions with smart context-fetching anywhere in the editor, like:
@@ -248,12 +247,6 @@ Like the Edit Code and Generate Unit Test commands, you can generate inline docs
248247
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/Media/jb-document-code-0824.mp4" type="video/mp4"/>
249248
</video>
250249

251-
## Smart Apply code suggestions
252-
253-
Cody lets you dynamically insert code from chat into your files with **Smart Apply**. Whenever Cody provides a code suggestion, you can click the **Apply** button. Cody will then analyze your open code file, find where that relevant code should live, and add a diff.
254-
255-
For chat messages where Cody provides multiple code suggestions, you can apply each in sequence to go from chat suggestions to written code.
256-
257250
## Updating the plugin
258251

259252
JetBrains IDEs will typically notify you when updates are available for installed plugins. Follow the prompts to update the Cody AI plugin to the latest version.

docs/cody/quickstart.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ Type your refactoring suggestion in the input field and press `Enter`. Cody will
6767

6868
## Use Cody to debug code
6969

70-
You can ask Cody to debug your code and fix bugs. Cody chat and inline edits are both quite powerful in debugging. If you are running into a bug, you can ask Cody to debug and fix the code. If you are a VS Code user and have the Cody extension installed, you can use **code actions** to debug your code.
70+
You can ask Cody to debug your code and fix bugs. Cody chat and inline edits are both quite powerful in debugging. If there is a bug, you can ask Cody to debug and fix the code. VS Code and JetBrains IDEs offer **Ask Cody to fix** option.
71+
72+
When a mistake occurs, a red warning is triggered. Along with this, you get a lightbulb icon. If you click on this lightbulb icon, there is an **Ask Cody to fix** option. Click this, and Cody will try to fix the bug with a **Cody is working** notice.
7173

72-
When there is a mistake, a red warning is triggered. Along with this, you get a lightbulb icon. If you click on this lightbulb icon, there is an **Ask Cody to fix** option. Click this, and Cody will try to fix the bug with **Cody is working** notice.
7374
![code-actions](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-code-actions-vscode-1124.png)
7475

7576
That's it for this quickstart guide! Feel free to continue chatting with Cody to learn more about its [capabilities](/cody/capabilities).

0 commit comments

Comments
 (0)