| SFDiff - Salesforce Permission Set Comparison ToolA VS Code extension that compares Salesforce Permission Set with version on the org, showing missing unique and differing entries, enabling granular diffing of individual permission set elements. MotivationWhen comparing permission sets, you often want to see the differences between the two versions. But in standard diff tool you see reorded all the entries, including the ones that were not changed. All changes come in blockes, and individual permissions can't be comfortably applied. So once annoied by this, I decided to create this extension. PrerequisitesFor org comparison functionality, you need: 
 How to useSFDiff can be called from the Command Palette with command  Base is the permission set on your local file. Reference is the permission set on the org. Each action is applied to the local - base permission set. SFDiff shows only missing, unique and differing entries, same permissions present in both base and reference are hidden. Basic Usage
 Add Individual PermissionsAdd specific permissions from the org to your local file with a single click. 
 Remove Individual PermissionsRemove specific permissions from your local file that don't exist in the org. 
 Pull Individual PermissionsPull specific permissions from the org to update your local file with the latest values. 
 Apply All Missing PermissionsAdd all missing permissions from the org to your local file in one action. 
 Undo All ChangesRevert all changes made during the current session. 
 Search PermissionsQuickly find specific permissions in large permission sets. 
 | 
 
                






