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 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -