Skip to content

Completion

Gonzalo Larumbe edited this page Jun 1, 2023 · 6 revisions

Completion at point

First make sure that capf has been included in verilog-ext-feature-list before running verilog-ext-mode-setup.

Then, it is needed to set workspace variables for file parsing and gather project tags through one of these methods:

* `M-x verilog-ext-workspace-get-tags RET`
* `M-x verilog-ext-workspace-get-tags-async RET`

A tag database will be created and cached so that it is kept for future sessions.

Finally run completion-at-point, or if you are using company add company-capf as a company backend.

Clone this wiki locally