You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to improve autocompletion in a workspace by adding some modifications to function verilog-ext-workspace-capf in file verilog-ext-workspace.el:
Detect if identifier at point is a queue/array/enum to complete with its builtin methods
It should be possible to improve autocompletion in a workspace by adding some modifications to function
verilog-ext-workspace-capf
in fileverilog-ext-workspace.el
:my_pkg
has a class namedfoo
, with attributeattr1
and methodnew
my_pkg::
will showattr1
andnew
as candidates while it should only showfoo
The text was updated successfully, but these errors were encountered: