Hi is there a way in Visual Studio (2012) to quickly change var into class eg i have: foreach (var item in document.documentPositions) {...} where document.documentPositions is list of object of class: DocumentPosition so is there a way to RMB click on var and choose some option to convert it to DocumentPosition ? I know that if i hover mouse over it i see class name but i want to change it quickly . Thanks for help.
U
User 10911021
@User 10911021