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

Record(?) and navigate to static initializations of fields #44

Open
thoni56 opened this issue Aug 25, 2019 · 0 comments
Open

Record(?) and navigate to static initializations of fields #44

thoni56 opened this issue Aug 25, 2019 · 0 comments

Comments

@thoni56
Copy link
Owner

thoni56 commented Aug 25, 2019

If you have a structure like

struct S {
    int field;
}

and a static initialization like

S s = {14};

it seems like the "14" is not registered as a reference. It would be very useful to find that when browsing, although it is strictly not a reference. Perhaps this ties into #35 to be able to navigate to only assignments.

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

No branches or pull requests

1 participant