visual studio - Code Aligment and Resharper 10 together in VS 2015 -


i read of people using extension "code aligment" , resharper together. cannot find option prevent reshparper removing spaces in declarations.

simplest case, this:

[inject] public inputcontroller       inputcontroller { private get; set; } [inject] public icommandfactory       commandfactory  { private get; set; } [inject] public networkmachinemanager machinemanager  { private get; set; } 

always becomes this:

[inject] public inputcontroller inputcontroller { private get; set; } [inject] public icommandfactory commandfactory { private get; set; } [inject] public networkmachinemanager machinemanager { private get; set; } 

is there way keep alignment, not loosing other formatting features?

the feature not implemented in resharper. added in wishlist.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

css - Can I use the :after pseudo-element on an input field? -