T O P I C R E V I E W |
KindDragon |
Posted - Oct 09 2012 : 11:36:48 AM When hover mouse on "auto" keyword please show tooltip with used type.
For example: std::vector<int> v; auto i = v[0]; // Show "int" when mouser hover auto keyword |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Oct 09 2012 : 7:50:23 PM If you hover the mouse over the variable rather than the keyword "auto" you should see the used type. This should be easier, since you don't have to find the auto keyword. |
|
|