Replies: 1 comment
-
Sorry it's unclear to me what you mean by "types wont sync linear" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed that working with types and the linear view is awkward. If i want to have the linear view of a struct (in my case a vtable) i have to do some weird cross reference maneuvering just to get to it in the linear view. I would like to work with a split view but i noticed that the "easiest" way is to use the types tab.
In this video you can see how linear will sync types but types wont sync linear:
2025-09-06.11-49-34.mp4
and this is how i have to do it currently:
2025-09-06.11-50-11.mp4
Beta Was this translation helpful? Give feedback.
All reactions