This may be a personal preference, but I'm a little used to this alignment using tabs
Application excelApplication = null; Workbooks workBooks = null; Workbook activeWorkBook = null; Worksheet activeWorkSheet = null;
Is there a way I can do this automatically using some keyboard shortcuts? I am currently aligning / indenting using manual tabs. I know that Ctrl K + Ctrl F exists, but it does not give above alignment / indentation.
Any plugins / formatting tips are welcome. I also use Resharper, is there a setting in Resharper that can do this?
source share