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

feature request: option to hide variables #47

Open
johnny-smitherson opened this issue Nov 17, 2024 · 1 comment
Open

feature request: option to hide variables #47

johnny-smitherson opened this issue Nov 17, 2024 · 1 comment

Comments

@johnny-smitherson
Copy link

johnny-smitherson commented Nov 17, 2024

When looking at big spaghetti and trying to get a macro look at stuff, the zillion variables fill up the screen

Screenshot 2024-11-17 200218

if we zoom in a lot

Screenshot 2024-11-17 200408

I'd love to be able to hide these, globally, and just see 2 functions for this part of the program

Screenshot 2024-11-17 200918 Screenshot 2024-11-17 200910

I get it, rust lets you do some funny stuff, type inside function inside type inside function, and we're going to miss out on some arrows if we just kill all the children - maybe those arrows could be transferred into the top-level item.

Screenshot 2024-11-17 201248

and this spaghetti could be a whole lot denser if we could hide all those white boxes with variables

Here are the sources to reproduce the above:

@chanhx
Copy link
Owner

chanhx commented Dec 4, 2024

Sorry for the late reply.
RA is updated to show all the variables inside functions now, and I didn’t set a rule to filter them out before, so the call graph is full of variables. Thanks for reporting this problem, I’ll update the rules to filter out all the unnecessary symbols.

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

2 participants