Matt Ellis
Matt Ellis
Thanks! Could that logic be loosened a little so that settings are (re)applied only when the text control gets the focus, and nothing happens when it loses focus? This way,...
Just for a bit of context, I've just had a look at how we get tab settings, and we cache them per language. Whenever `IVsTextManagerEvents.OnUserPreferencesChanged` is fired, we invalidate and...
And, because I'm enjoying replying to myself, how is editorconfig core loaded into VS? As in, if ReSharper had its own copy of editorconfig core, and took its settings direct,...
How is editorconfig core loaded? Is that a separate assembly that's owned by the VS addin? I'm just thinking if ReSharper added direct support, and the assembly was strong named,...
@Mpdreamz If the refactoring is going to change and therefore open a large number of files, we'll pop up a message box warning that this will cause issues with the...
@robertcoltheart I'd much prefer (1) over (2) as well. Reformatting on save sounds like a recipe for surprises. Trouble is, I don't know how to do this without modifying global...
Looks like the `SVsSettingsPersistenceManager` service and related interface provides a way of registering for events, but it's completely undocumented, and based on strings that also aren't documented, so it'd be...
Are you talking about ReSharper's code reformatter? If so, the answer is "not really". You might be able to do something with hooking VS commands, but otherwise you'd need a...
Yeah, that's what we're suggesting - ReSharper knows about EditorConfig directly, rather than relying on the VS plugin. It requires changes to ReSharper though, so can't be implemented as a...
BTW, direct EditorConfig support is currently in the plan for the next ReSharper version (2016.3).