editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
353 stars 75 forks source link

Conflicts with SaveAllTheTime #38

Open hmemcpy opened 8 years ago

hmemcpy commented 8 years ago

I did some digging, it seems that the new refactored version and Paul Betts' extension SaveAllTheTime are conflicting.

SaveAllTheTime calls Save periodically / after certain changes. This causes the new version to react to the save event, and apply various transformations on the content, sometimes this applies an old version, replacing the changes. Sometimes this happens in mid typing, causing intellisense (and various other open popup windows, like ReSharper's Alt-Enter) to disappear.

I haven't investigated myself a potential solution yet, but I have disabled SaveAllTheTime at the moment. Will see what to do about it...

robertcoltheart commented 8 years ago

@hmemcpy Are you able to do any testing with the current master version? I'm not able to replicate this particular issue. Latest test version is here: https://ci.appveyor.com/project/Mpdreamz/editorconfig-visualstudio/build/artifacts