DVT IDE for VS Code SystemVerilog User Guide
Rev. 24.1.7, 9 April 2024

20.4 Line Wrapping

When enabled, this option splits the lines of code that exceed the specified number of characters.

  • Line Width (DVT.textEditor.systemVerilog.formatting.lineWrapping.lineWidth) - Number of characters on a line after wrapping the line.

Before After
  • Wrap Single Line Comments (DVT.textEditor.systemVerilog.formatting.lineWrapping.wrapSingleLineComments) - Controls whether single line comments are wrapped and moved above the code.

Before After
  • Wrap Multi Line Comments (DVT.textEditor.systemVerilog.formatting.lineWrapping.wrapMultiLineComments) - Controls whether multi-line comments are wrapped.

Before After