Skip to main content

Predefined Actions

CodeVista provides a set of predefined actions that allow you to perform common coding tasks or trigger specific functionalities with a single command.

To access these predefined actions, type the forward slash "/" in the prompt input box to reveal a list of predefined actions available for use.

image.png

Predefined Action Name

Example

Description

/explain

/explain [paste code snippet or description here]

Ask CodeVista to explain the provided code snippet or concept.

/web_search

/web_search [paste code snippet here]

Perform a web search on the internet for the provided code snippet.

Tips: You can chain a Code Target with a Predefined Action to quickly perform an action on a code snippet.

Example: /explain This code is throwing an error: [paste error and code here]