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
Post a Comment