Chat
Using Actions in Chat
Actions let you take common actions on code blocks without leaving Chat. Explain, improve, or find everything you need to know about your codebase.
Using actions in Chat
To use a quick action, you an use a / command or click the up arrow icon
to show the available actions. For explain, fix, and test actions, first highlight the code in the editor and then use the command.Action | Usage |
---|---|
/find | Use natural language to find code or functionality |
/explain | Augment will explain the hightlighted code |
/fix | Augment will suggest improvements or find errors in the highlighted code |
/test | Augment will suggest tests for the highlighted code |
Augment will typically include code blocks in the response to the action. See Applying code blocks from Chat for more details.