This might be a personal preference, but I'm bit used to do this kind of aligning using tabs
Application excelApplication = null;
Workbooks workBooks = null;
Workbook activeWorkBook = null;
Worksheet activeWorkSheet = null;
Is there anyway I can get it done automatically using some key combinations? At the moment I do align/indent using tabs manually. I know Ctrl K + Ctrl F exists, but it does't give the above alignment/indentation.
Any plugins/ formatting tips are highly appreciated. I also use Resharper, is there a setting in Resharper which can do this?