-
-
Notifications
You must be signed in to change notification settings - Fork 7
Completion
Gonzalo Larumbe edited this page Jun 1, 2023
·
6 revisions
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.