Skip to main content
Tools CRM Specific
APEX

Apex Naming Convention Checker

v1.0 · Everything below stays in your browser

Check Apex class, method, and variable names against Salesforce/community conventions.

Runs entirely in your browser · Your input is never transmitted

APEX CODE
0 BReady
ISSUES
Ready

How to use

  1. Paste Apex code.
  2. Review convention issues.
  3. Fix names in your IDE.

Frequently asked

Which conventions?

Community-standard: PascalCase for classes, camelCase for methods and variables, UPPER_SNAKE for constants, Test suffix on test classes.