How to get access to IntelliSense variable Data Type?

19 Views Asked by At

i'm trying to write a VISX extension for VS2022, which colors variables based on their Data Type, currently i'm stuck at the point where i try to get the Data type of a variable which is available to IntelliSense when hovering over a variable. Data type shown when hovering over Variable

I already tried searching the web and asking gpt but didn't come up with an answer to this question

0

There are 0 best solutions below