DVT IDE for VS Code VHDL User Guide
Rev. 24.1.5, 13 March 2024

14.5 Line Wrapping

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

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

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

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

Before After