vscode-verilog-hdl-support
vscode-verilog-hdl-support copied to clipboard
go to definition and autocomplete
Describe the bug How can we use 'go to definition' and autocomplete the variable(especially macros) when include something like "defines.v". It's really needed. Or maybe we can add some codes manually?
I've noticed that these functions are finished by ctags, but how can 'include' be involved in?
Add the "Ctags Companion" extension. As shown in th README.md in this repo.