How do I enable line numbers in VS2008? - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T19:27:05Zhttp://stackoverflow.com/feeds/question/58874http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/58874/how-do-i-enable-line-numbers-in-vs20081How do I enable line numbers in VS2008?Keng2008-09-12T12:54:01Z2009-02-05T15:52:43Z
<p>I can't seem to find that option.</p>
<p>Surely it's in there?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/58874/how-do-i-enable-line-numbers-in-vs2008/58875#588756Answer by AlexDuggleby for How do I enable line numbers in VS2008?AlexDuggleby2008-09-12T12:55:04Z2008-09-12T12:55:04Z<p>That would be Tools > Options</p>
<p>Text Editor > All Languages > Line Numbers (at the bottom right)</p>
http://stackoverflow.com/questions/58874/how-do-i-enable-line-numbers-in-vs2008/58877#588772Answer by IainMH for How do I enable line numbers in VS2008?IainMH2008-09-12T12:55:24Z2008-09-12T12:55:24Z<p>Tools -> Options -> Text Editor -> All languages. Near the bottom.</p>
http://stackoverflow.com/questions/58874/how-do-i-enable-line-numbers-in-vs2008/58880#588801Answer by Gishu for How do I enable line numbers in VS2008?Gishu2008-09-12T12:55:40Z2008-09-12T12:55:40Z<p>Main Menu > Tools > Options<br />
Text Editor (Tree) > C# > Display group (Line numbers checkbox)</p>
<p>that was easy :)</p>
http://stackoverflow.com/questions/58874/how-do-i-enable-line-numbers-in-vs2008/58881#588812Answer by Gulzar for How do I enable line numbers in VS2008?Gulzar2008-09-12T12:55:58Z2008-09-12T12:55:58Z<p>Go to Tools - Options - Text Editor - All Languages - General, and check Line numbers to show line numbers for all files. </p>
<p>If you just want to see (or not see) the line numbers of a specific file, you can override this global setting by going to the Text Editor - - General page.</p>
<p><a href="http://blogs.msdn.com/saraford/archive/2007/08/30/did-you-know-how-to-show-line-numbers-in-the-editor.aspx" rel="nofollow">Did you know... how to show line numbers in the editor?</a></p>
http://stackoverflow.com/questions/58874/how-do-i-enable-line-numbers-in-vs2008/516480#5164801Answer by Richard for How do I enable line numbers in VS2008?Richard2009-02-05T15:52:43Z2009-02-05T15:52:43Z<p>Don't forget to check "[x] Show all settings" at the bottom of the form, otherwise you won't be able to see "All Languages".</p>