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

Feature request: tags support #40

Open
ShaolunWang opened this issue Dec 14, 2023 · 2 comments
Open

Feature request: tags support #40

ShaolunWang opened this issue Dec 14, 2023 · 2 comments
Labels
enhancement New feature or request up for grabs Good first issue & available for contributions

Comments

@ShaolunWang
Copy link

Love the plugin! I was wondering would it be possible to have tagfile support in the future? On large codebase lsp may not work properly and tags can be used as a fallback method, especially for c/c++ development.

@hedyhli
Copy link
Owner

hedyhli commented Dec 14, 2023

I am generally in favor of this. It could be a separate provider that checks for the tagfile.

However, I don't have much experience with the format of tagfile, so this would have to be implemented by someone with more expertise. PRs welcome!

@hedyhli hedyhli added enhancement New feature or request up for grabs Good first issue & available for contributions labels Dec 14, 2023
@hedyhli hedyhli mentioned this issue Jan 25, 2024
@underwoodtan
Copy link

underwoodtan commented Jul 12, 2024

Universal-ctags support JSON output format, and provided basically enough information, so it's easy to write a simple provider, but ctags don't have the consistency that LSP has, so it's hard to handle conner-cases,and harder to support muti languages。
I have impl a sample systemverilog provider based on ctags. I am not familiar with lua,so it's a bit ugly。Is there someone want to take over it?

i guess it'll be easier to support software language

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request up for grabs Good first issue & available for contributions
Projects
None yet
Development

No branches or pull requests

3 participants