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.

ActionUsage
/findUse natural language to find code or functionality
/explainAugment will explain the hightlighted code
/fixAugment will suggest improvements or find errors in the highlighted code
/testAugment 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.