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

Autocomplete based on tags information [feature request] #50

Open
dawpud opened this issue Jun 11, 2024 · 2 comments
Open

Autocomplete based on tags information [feature request] #50

dawpud opened this issue Jun 11, 2024 · 2 comments

Comments

@dawpud
Copy link

dawpud commented Jun 11, 2024

Hi!
Is there a way to integrate autocompletion based on the tags file, such that if I typed instance. VSCode could autocomplete methods and variables from the instance's class?
Thank you for this extension!

@gediminasz
Copy link
Owner

Thanks for the message! So this extension does not have a feature like that unfortunately. And I have never really thought about it, so I don't know how feasible it is.

It looks like a combination of typeref + qualified names could be used to implement this. No promises, but I'll have to investigate this further...

By the way, which language are you using?

@dawpud
Copy link
Author

dawpud commented Jun 12, 2024

Thanks @gediminasz! I am using ctags with SystemVerilog and possibly C/C++.

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