Verible autocompleter

20 views
Skip to first unread message

Pol Escolà

unread,
Aug 20, 2025, 6:37:42 AM8/20/25
to Verible Users

Hi everyone,

I'm really enjoying using Verible with Neovim + Mason (Astronvim) for SystemVerilog development. However, I'm having an issue with the autocomplete feature.

I'm not able to make it type-aware. For example:

  • If I have a queue variable (e.g., int my_q[$];), I don't get suggestions for its built-in class methods like .size() or .push_back() when I type my_q..queue_screenshot.png

  • Similarly, if I have a variable of type logic, the autocompleter seems to treat it as generic text rather than recognizing its type.

             logic_screenshot.png

Is there a specific configuration I'm missing to enable more intelligent, type-aware completions with Verible in Neovim?

Reply all
Reply to author
Forward
0 new messages