autopilot
latest
false
- Getting started
- Best practices
- Autopilot for developers
- Autopilot for testers
- Autopilot for everyone
- Autopilot plug-ins
- Data privacy
Autopilot overview
Last updated Nov 13, 2024
Text to coded workflows
Using AutopilotTM you can quickly create code within your coded automations from the following input sources:
- Comments - Select a comment, right-click, and choose Generate Code.
- Specific lines in your automation - Select the desired line, right-click, and then choose Generate Code. refine the generation with your prompt, then your code is generated within the automation.
- Custom prompts - On a blank
code line, select the Autopilot icon , then enter your prompt in the Ask Autopilot to generate code field.
Finally, select Generate.
To open the Ask Autopilot to generate code field, you can also use the
Ctrl + Shift + G
keyboard shortcut, or right-click in the code editor and select Generate Code.
Autopilot also helps you to implement methods, classes, or interfaces, suitable for when you have an XML summary and comments, but lack the actual code. Autopilot offers suggestions, such as Implement method, or Implement class and when you select them, the required code is generated, as well as additional methods or classes, if it's necessary for the automation logic.