- 基本情報
- ベスト プラクティス
- データ プライバシー
- Autopilot のチャット
- オートメーションを生成する
- テストを生成する
- Autopilot for Everyone
Autopilot ガイド
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 + Gkeyboard 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.
