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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -