Ever since I updated from VS 2010, I have lost the ability to get data tips from a datarow.item in my default Visual Basic programing environment. Just gone! I have put up with it, because what else does one do? After several searches I have found no answer. My debug life has lost a lot of quality by this apparent 'improvement'. Data tips are present as the image below shows, the issue is elswhere.
The image below is a composite of 4 different screen captures of the same code stoped in debug mode for purpose of checking the variable values. The only difference is the different (highlited in red) mouse hover positions.
Image part 1 and 2 show the variables with their values, this is to prove that both the datagrid.row and the findrow.row are in scope!
Image part 3 shows the mouse hovering over the value of the RowG.cell and clearly shows the value of that cell.
Image part 4 shows the ONLY intellisense available for the datarow which is to show the datarow, from there I can expose the item Array and see the values of all the items. However hovering the mouse over the 'item' or the '.tostring' produces no further intellisense data tip.
The exact same data tip available for the grid values WAS available for the datarow.item in VS 2010 and 2008 and 2005 !!!! Since 2012 version the only available intellisense is to expose the item array and go through the rows remembering what column numbers correspond with what names in order to inconveniently spot check an items value.
The question is WHERE IS my datarow.item data tip hiding? Is there a specific setting I have not enabled? Or has this function dissapeared?
EDIT: A more important question for those reading this, are you able to replicate the data tip issue for datarow.item? Even if the solution is not known to you, it would be nice to quantify if this is an issue isolated to me or few or all. Please include the VS version you are using.
Aucun commentaire:
Enregistrer un commentaire