When I see "auto" keyword in modern C++, I would like to have SlickEdit aid me in determining the type, such as:
1) A mouse-over can show the type
2) A right click menu item/macro can place the type into the clipboard so I can paste it
3) push-tag on the "auto" brings me to the definition of the type
4) A macro command can replace the "auto" with the actual type