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

Options for ctags #4

Open
armijnhemel opened this issue Jan 29, 2024 · 1 comment
Open

Options for ctags #4

armijnhemel opened this issue Jan 29, 2024 · 1 comment

Comments

@armijnhemel
Copy link

When pretty printing to JSON with universal ctags the following fields are printed by default (see man page for ctags what stuff means):

  • name
  • path
  • pattern
  • file
  • typeref
  • kind
  • scope
  • scopeKind

It might be good to figure out which fields are useful. It could very well be that some files are not very useful, while others are missing. Some that I think might be good to include (with the --fields parameter):

  • line (line number information)
  • access

although there can be others, depending on the language. I am not sure if all the default tags should be included.

@pombredanne
Copy link
Member

this is a follow up from #6

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