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 |
---|---|