Add Line Numbers (VB.NET) Options

Top  Previous  Next

The Add Line Numbers (VB.NET) section of the Corporate Options window you can customize the Add Line Numbers (VB.NET) feature:

OptionsAddLineNumbers

You can set the following options:

  • The line number increment.
  • When to reset the line counter: with each new procedure, file or project. Notice that Visual Basic does not allow line numbers greater than 65535, so you may want to reset the line counter at procedure or file level, but since line numbers would not be unique, your error handler will have to show the file or procedure name to uniquely identify the line.

See Also:

Add / Remove Line Numbers (VB.NET)