home Home build Tools bug_report Errors menu_book Guides lightbulb Tips smart_toy Prompts extension Extensions folder_open Resources info About
search
code
Prompt

IDE Code Completion

Get real-time code suggestions while typing Apex code. GitHub Copilot predicts your next lines and completes methods, functions, and logic patterns.

CodingIDE
check_circle
Prompt

Unit Test Generation

Use Copilot to automatically generate comprehensive unit tests for your Apex functions. Covers edge cases, positive tests, and negative scenarios.

TestingApex
description
Prompt

Code Documentation

Generate docstrings, inline comments, and JSDoc-style documentation for your Apex classes and methods automatically.

DocumentationComments
tune
Prompt

Refactoring Suggestions

Ask Copilot to suggest code improvements, refactoring opportunities, performance optimizations, and design pattern implementations.

RefactoringOptimization