[C# Helper]
Index Books FAQ Contact About Rod
[Beginning Database Design Solutions, Second Edition]

[Beginning Software Engineering, Second Edition]

[Essential Algorithms, Second Edition]

[The Modern C# Challenge]

[WPF 3d, Three-Dimensional Graphics with WPF and C#]

[The C# Helper Top 100]

[Interview Puzzles Dissected]

[C# 24-Hour Trainer]

[C# 5.0 Programmer's Reference]

[MCSD Certification Toolkit (Exam 70-483): Programming in C#]

Title: Display line numbers in the Visual Studio code editor

Sometimes it's handy to be able to see line numbers in your code so you can refer to particular lines by number. To turn on line numbering:

  1. Open the Tools menu and select Options.
  2. Expand the Options tree to go to Text Editor > All Languages > General.
  3. In the Display section on the right, check the Line numbers box and then click OK.
© 2009-2023 Rocky Mountain Computer Consulting, Inc. All rights reserved.