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..
Similarly, if I have a variable of type logic, the autocompleter seems to treat it as generic text rather than recognizing its type.

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