You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct display for implicit and macro-expanded variables (#646)
* Implicit variables and variables expanded from macros are now correctly displayed in the info tree (with type+name and the position of expansion).
* Same fix for class members.
* For macro-expanded variables and class members, instead of jumping straight to the physical location of the variable, we jump to the place of the macro's expansion. This is in line with how most IDEs like VS jump to the definition of such variables.
0 commit comments