verilogCCN.indentStep |
number |
4 |
Spaces per indent level (2, 4, or 8) |
verilogCCN.alignModulePortPunctuation |
boolean |
true |
Align trailing comma/semicolon for module ports |
verilogCCN.alignDeclPunctuation |
boolean |
true |
Align trailing semicolon for signal declarations |
verilogCCN.alignAssignPunctuation |
boolean |
true |
Align trailing semicolon for assign statements |
verilogCCN.alignInstPunctuation |
boolean |
true |
Align trailing comma for instantiation ports |
verilogCCN.alwaysAssignPunctuation |
boolean |
true |
Align trailing semicolon for procedural assignments |
verilogCCN.alignParamPunctuation |
boolean |
true |
Align trailing comma for parameter declarations |
verilogCCN.alignCommentBreak |
boolean |
true |
Treat comment lines as group boundaries |
verilogCCN.alignCommentIndent |
boolean |
true |
Apply depth-based indentation to comment lines |
verilogCCN.filelistPath |
array |
[] |
Filelist paths to restrict indexing |
verilogCCN.indexIncludePattern |
string |
**/*.{v,sv} |
Glob for files to include in module index |
verilogCCN.indexModules |
boolean |
true |
Include module in hierarchy |
verilogCCN.indexInterfaces |
boolean |
true |
Include interface in hierarchy |
verilogCCN.indexPrograms |
boolean |
true |
Include program in hierarchy |
verilogCCN.hierarchyShowPaths |
boolean |
false |
Show file path in hierarchy tree |
verilogCCN.headerTemplate |
string |
|
File header template (${fileName}, ${date}, etc.) |
verilogCCN.headerAuthor |
string |
|
Default author for ${author} |
verilogCCN.headerVersion |
string |
1.0 |
Default version for ${version} |
verilogCCN.commentHeaderTemplate |
string |
|
Comment header template |
verilogCCN.wireSuffix |
boolean |
false |
Append _s to generated wire names |
verilogCCN.enableCompletion |
boolean |
true |
Enable keyword/instance completion |
verilogCCN.indexScanIntervalSeconds |
number |
30000 |
Periodic full re-scan interval (0 = off) |