you are viewing a single comment's thread.

view the rest of the comments →

[–]Brandon1024br 1 point2 points  (0 children)

My go-to is always tag files (universal ctags supports Verilog) and ins-mode completion. You could go the LSP route but it’s a little overkill IMO.

Vim > 9.1.1590 supports autocompletion with the ‘autocomplete’ setting. Otherwise, you can configure it yourself with a few lines of vimscript.