Hi all,
One thing I miss a lot when developing in Visual Studio for Dynamics 365 FO is the lack of a tool tip that shows the variables type when I hover the mouse over a variable. Only way to find out the type for sure is to press F12 on the variable to go jump to its definition. The mouse over would be much more convenient, especially in cases where F12 is not working, like inside a table method when you refer to a table field like
this.FieldName
In Visual Studio you can press
Ctrl + K, I
to bring up the tooltip window with the type information, in case it does not come up autmatically. If I do this in X++, I get a tooltip with the text
GetDataTipTextFor: <variableName>
So not very helpful.
My question is: Does anybody have a solution for this problem? Does anybody know of any extension that can do it? How do others deal with this problem?
Any feedback is welcome. Thanks.
Best regads,
Mark