-
Notifications
You must be signed in to change notification settings - Fork 90
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
Doesn't work for systemverilog struct #150
Comments
Hi Jim, Universal Ctags should support Thanks, |
Thank you for your reply. here are some examples code:
and the tags file is like this, which don't have the content of struct_t, although it has the content of state_t;
|
I think you are not using the required arguments when generating the tags file. Please take a look at the omni completion section in the readme and help documentation, update your tags generation script and try again. |
Hi vhda, Cannot agree with you. I'm using exactly what you suggested in "README.md"
And here is my
Thank you. Jim |
Currently not at the pc so can't confirm, but if I remember correctly ctags arguments order matters. Try moving the *.sv to the end of the command. |
Hi, Thanks. Tried but still the same. BTW: I'm using OSX. I download the ctags from github and compiled myself. JIm |
Hi, I'm sorry, you are correct: Universal Ctags is still skipping the contents of structs. Vitor |
Hi vhda, Thank a lot. Take your time. Please let me know if you need any kind of help, such as testing or something. Jim |
This is taking longer than I'd hoped... being a recent dad is not helping out on the free time ;) |
Hi,
Thanks for making this great vim plugin.
I'm starting to use struct in my rtl, but it seems it cannot omin-complete the members of a struct with "abc." (using SuperTab).
Is it because the universal-ctags doesn't support struct? something like enum is supported.
Thanks.
Jim
The text was updated successfully, but these errors were encountered: