SLaks / Rebracer

Saves editor formatting settings as part of each solution.
http://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58
44 stars 15 forks source link

Add extensibility to work with settings from other extensions #5

Open SLaks opened 10 years ago

SLaks commented 10 years ago

Add MEF-imported interfaces to allow other VS extensions to expose their (potentially solution-specific) settings, so that all solution-specific settings can live in one file.

For example, this can subsume Web Essentials' XML settings file.

This also allows extension authors to skip writing this code & UI.