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
This should allow to get the member of a class under the symbol:
returns null if it's not a symbol
returns the Symbol (type Field)
To do that, you need to call CppDocument::queryMember in the header file, and then create the symbol based on the querymatch.
Make sure to go back to where the cursor was when the method was called.
The text was updated successfully, but these errors were encountered:
This should allow to get the member of a class under the symbol:
Symbol
(typeField
)To do that, you need to call
CppDocument::queryMember
in the header file, and then create the symbol based on the querymatch.Make sure to go back to where the cursor was when the method was called.
The text was updated successfully, but these errors were encountered: