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

Listen for external changes using FileSystemWatcher #6

Open SLaks opened 10 years ago

SLaks commented 10 years ago

For example, git pulling a new settings file should apply without re-opening the solution.

This would also automatically synchronize global settings between VS instances, and across computers if the user settings file is in a cloud storage provider (see #3). (just like VS 2013's settings sync, but for older versions of VS, and across versions, too)

This should also catch when a new settings file is created for the solution (eg, via git pull), which may be more complicated.