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

Completion for input tag #22

Closed
EgorDuplensky opened this issue Sep 4, 2019 · 3 comments
Closed

Completion for input tag #22

EgorDuplensky opened this issue Sep 4, 2019 · 3 comments

Comments

@EgorDuplensky
Copy link

Thank you for the package.
Switched to this one from ggtags because of much better performance and more search options.
It seems xcscope lacks tag completion feature.
Any plans to implement it?

@dkogan
Copy link
Owner

dkogan commented Sep 4, 2019 via email

@EgorDuplensky
Copy link
Author

Yes, it does.
This is similar to helm/ivy/ido behavior, for example, when you start a command with 'M-x' they suggest completions.
ggtags-find-definition basically does the same but just for tags.

@dkogan
Copy link
Owner

dkogan commented Sep 6, 2019

I just looked at it, and I don't see anything in the cscope tool to report which symbols the database knows about. Manpage: http://cscope.sourceforge.net/cscope_man_page.html

You can search for . and then parse the output in some way, but that would take a lot of work to make reliable. I don't think this is worth the effort, so I'm not going to work on that, but if you want to send me patches, we can talk about it :)

@dkogan dkogan closed this as completed Sep 6, 2019
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