display code line number?

  • Thread starter Thread starter Guest
  • Start date Start date
What "view code" page are you referring to? If the normal Visual Studio IDE
then you should get line numbers (and column numbers) in the status bar of
the window.

Peter
 
You'll find it in the options dialog:-

Tools > Options > Text Editor > [Language]
(Where Language is C# or Basic depending on which you are using)

Then on the options form you'll se a checkbox called "Line Numbers" in the
section headed "Display", tick this then click Ok to dismiss the dialog.

HTH

Peter
 
Back
Top