If you prefer to see actual type names instead of implicit type var, the new Var Replacer C# extension for Visual Studio 2015 by Peter Spada is a must have. It is implemented as a standard analyzer with a code fix that adds a red squiggle in the editor for each var usage and offers a code fix to replace it with the actual type:
To quickly apply this fix for the current line press Ctrl+. and Enter. From the popup window you can also apply this transformation to the whole document, project or solution.