Line Numbering in C# 2005 Express IDE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Sorry for this rather naive question...

Does anyone know of a way to enable vertical sequential line numbering in
the code editor window? I've tried various settings in VC# and googling but
didn't find anything useful so far...

Thanks in advance!
 
I don't have the Express version, but I found it in the Professional
version under Tools > Options > Text Editor > C# > Display > Line
Numbers

Perhaps this will help
 
Chris Dunaway said:
I don't have the Express version, but I found it in the Professional
version under Tools > Options > Text Editor > C# > Display > Line
Numbers

Perhaps this will help

Thanks Bill. Following your lead, I've found the option after a long combing
in the preference UI.

For the benefit of the doubts, the option is buried deep under Tools >
Options, then you have to check "Show all settings" at the lower left corner,
Text Editor > All Languages (or the specific language) > General > Display >
Line Numbers.
 
Back
Top