VS Code / Cursor extension that compares local Salesforce DX source files with the connected Org (retrieve-only). It shows sync status on tabs/explorer and opens a Git-style diff against the Org version.
Features
Auto-check on open — when you open an eligible Salesforce source file, the extension retrieves the Org version in the background and compares it locally.
Tab / Explorer flags — green ● when in sync, red ● when outdated, … while checking, ! on error.
Diff with Org — command and right-click menu open a side-by-side diff (Org ↔ Local).
Save awareness — saving local changes marks the file as outdated when it no longer matches the last Org snapshot.
Deploy awareness — after a successful sf project deploy (terminal) or known Salesforce Extension Pack deploy signals, open eligible files are rechecked.
Last check info — status bar + command show when the last comparison ran and which Org was used.
Never deploys — the extension only runs retrieve for comparison.