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

../../_images/before-line-wrap-line-width-vhdl.png
../../_images/after-line-wrap-line-width-vhdl.png
  • Wrap Single Line Comments (DVT.textEditor.vHDL.formatting.lineWrapping.wrapSingleLineComments) - Controls whether single line comments are wrapped and moved above the code.

Before

After

../../_images/before-wrap-single-line-comments-vhdl.png
../../_images/after-wrap-single-line-comments-vhdl.png
  • Wrap Multi Line Comments (DVT.textEditor.vHDL.formatting.lineWrapping.wrapMultiLineComments) - Controls whether multi-line comments are wrapped.

Before

After

../../_images/before-wrap-multi-line-comments-vhdl.png
../../_images/after-wrap-multi-line-comments-vhdl.png