Search code examples
vimautocompletesystem-verilogfoldingauto-indent

Autocomplete Systemverilog in VIM


I am using VIM as the editor for SystemVerilog. I have three questions.

In some posts I saw there is a auto-complete function for VIM.

1.How can I enable auto-complete function for my Systemverilog files in VIM??

2.How can I auto-indent a selected portion in VIM?

3.How can I enable folding in VIM?

I am using plugin created by Nachum Kanovsky in VIM for Systemverilog


Solution

  • Please try out my verilog_systemverilog.vim fork where I try to implement this functionality.

    Note: this functionality still has limitations, so please open issues requesting features and/or reporting bugs.