Hi All,
While creation the snippets, there is a need to define scope - what file types would recognize the snippets.
How should I define a scope for the Verilog/SystemVerilog files?
I’ve tried the following, no one of them worked:
<scope>.v</scope>
<scope>*.v</scope>
<scope>.sv</scope>
Please advice.
Thank you!