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

How to use finder for the whole project? #14

Closed
gbrlsnchs opened this issue Mar 7, 2019 · 9 comments
Closed

How to use finder for the whole project? #14

gbrlsnchs opened this issue Mar 7, 2019 · 9 comments
Labels
enhancement ✨ New feature or request

Comments

@gbrlsnchs
Copy link

Firstly, this plugin is awesome. Something that has been missing for Vim for some time. So thank you.

When I use :Vista finder, I can only retrieve the buffer tags, like :BTags from FZF. How can I use :Vista finder to find symbols for the whole project, just like :Tags?

@liuchengxu
Copy link
Owner

Hmm, vista currently doesn't have the :Tags support, but it's not very hard to implement.

@liuchengxu
Copy link
Owner

I add an initial sync version of ctags -R in this branch. You could try it out via :Vista finder!. ctags -R is very slow for big projects, I personally won't use it on these projects :(.

@liuchengxu
Copy link
Owner

The branch has been merged into the master. Now you can pull the latest version and try it via :Vista finder! to use ctags recursively.

@gbrlsnchs
Copy link
Author

Thanks! I won't open this issue again, I just want to know... does LSP implements project-wise tags? Or only for a single file?

@liuchengxu
Copy link
Owner

Yes, LSP has a similar concept workspace symbols, but vista.vim now only integrates the document symbols of LSP, which is only for a single file. The workspace symbols could also be easily introduced in vista.vim whenever I get some time.

@gbrlsnchs
Copy link
Author

Cool. Maybe I'll open another issue to request such feature. Good job and thanks again!

@liuchengxu
Copy link
Owner

Feel free to file another one.

@ClashTheBunny
Copy link

Did you end up filing a bug for workspace symbols? I'm comparing this to other projects and I think it would be a nice feature.

@gbrlsnchs
Copy link
Author

Did you end up filing a bug for workspace symbols? I'm comparing this to other projects and I think it would be a nice feature.

No, I ended up not opening the issue... please feel free to do so, it would be awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants