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

RUST global variables do not appear on the left panel #2692

Open
phelluy opened this issue Dec 15, 2020 · 1 comment · Fixed by universal-ctags/ctags#3253
Open

RUST global variables do not appear on the left panel #2692

phelluy opened this issue Dec 15, 2020 · 1 comment · Fixed by universal-ctags/ctags#3253

Comments

@phelluy
Copy link

phelluy commented Dec 15, 2020

When you have global variables in a Rust source file, functions, modules, etc. appear in the left panel. However, the global variables do not appear. This functionnality works well in C and C++. It would be nice if it worked also for Rust.

Minimal example:

example

The global variable "N" does not appear in the left panel

@elextr
Copy link
Member

elextr commented Dec 16, 2020

Depends on ctgas parser, might improve when #2666 is merged.

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

Successfully merging a pull request may close this issue.

2 participants