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

does nextvi support tags? #36

Open
LinArcX opened this issue Apr 16, 2023 · 2 comments
Open

does nextvi support tags? #36

LinArcX opened this issue Apr 16, 2023 · 2 comments

Comments

@LinArcX
Copy link

LinArcX commented Apr 16, 2023

I was using Neovim user for a long. and I was using LSP for getting a lot of information about the codebase that I'm working on. like, jump to the definition of methods,...

Then I realized that LSP is bloated for me and tags are enough. and I really like the simplicity of tags in comparison to LSP.

so with ctags, I can start creating tags for my project, and with :tag i can jump between functions.

I couldn't find tags in nextvi. It doesn't support it?

If not, what is the alternative?

@kyx0r
Copy link
Owner

kyx0r commented May 30, 2023

It does not support tags. The alternative is to use grep.patch or just fssearch to jump between files and functions. Personally it works well enough for me once you get used to it. As an upside you never have to worry about specifics of tags file(s) and all the unwanted complexity it brings.

@polluks
Copy link
Contributor

polluks commented Jun 11, 2023

@LinArcX FYI since two weeks https://github.com/aligrudi/neatvi supports its own tag tool.

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

3 participants