Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see parent class members #48

Closed
ravencgg opened this issue Jan 15, 2024 · 7 comments
Closed

Can't see parent class members #48

ravencgg opened this issue Jan 15, 2024 · 7 comments

Comments

@ravencgg
Copy link

I can view variables for the type itself, but it doesn't have information about the type that it inherits from. Just tested with latest code (1/15/2024).

97201783-525d-4427-a905-839039257246

@GloriousPtr
Copy link
Contributor

I'm using EASTL and facing the same issue, none of the data structures like eastl::string, eastl::vector, eastl::map shows anything as data lies in parent class/structs.

@ryanfleury
Copy link
Collaborator

Thanks for this report - I'll get this fixed.

@ryanfleury
Copy link
Collaborator

Single inheritance support is now in, as of c2e9022. Working on more complex cases now.

@ravencgg
Copy link
Author

I just grabbed that commit and it's working for the list of variables in the child type, but accessing the member directly still says it can't be found.
image

@ryanfleury
Copy link
Collaborator

Shoot, thanks for catching that...

@ryanfleury
Copy link
Collaborator

Fixed that issue in e2e1382 @ravencgg.

@ravencgg
Copy link
Author

Looks good now, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants