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

Show the raw tag entry #108

Open
masatake opened this issue Nov 24, 2021 · 1 comment
Open

Show the raw tag entry #108

masatake opened this issue Nov 24, 2021 · 1 comment

Comments

@masatake
Copy link
Member

Sometimes, I would like to see the raw (original) tag entry in the xref buffer; there are cases that kind and scope are not enough.

@AmaiKinono
Copy link
Member

I think the best we can have is such a command: when you call it in an xref buffer, it cycles through basic display, extended display and raw display.

Basic display is what we have now.

Raw display is like what you described. Or another way may be to parse all the fields of tags, and show basic display + all other fields not in the basic display. I think we can make it looks a little more compact this way.

Extended display is basic display + fields that the user wants. These can be stored in an user option. In this mode, we can show what the user cares and avoid showing super long tagline directly.

Currently I don't have an idea how to implement this, though. I think It'll be a huge hack.

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