As most of the EPiServer developers know, Page Type Builder(PTB) is making is way into most of the projects now. PTB allows developers to define EPiServer page types in code which eliminates the need to synchronize page types between different servers.
Eirk Nodin wrote a wonderful plugin that displays mismatches between Page Type Builder and EPiServer. While working on a project, a project that hade more the 30 pagetypes and hundreds of properties for these pagetypes. It became quite tedious to delete mismatched properties one-by-one. So to make this process alittle more simplistic, i added a checkbox and a button to the plugin to delete multiple mismatches at once. This really will be helpful in development situations where you have multiple developers working on the same project and one removes properties that are no longer needed. This will cause a bit of a hassle when one developer hasn't updated their code before another build. I hope you all find this helpful.
You can view the original blog post here.
You can download the updated plugin here.