How do I enable line numbers in VS2008? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T19:27:05Z http://stackoverflow.com/feeds/question/58874 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/58874/how-do-i-enable-line-numbers-in-vs2008 1 How do I enable line numbers in VS2008? Keng 2008-09-12T12:54:01Z 2009-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#58875 6 Answer by AlexDuggleby for How do I enable line numbers in VS2008? AlexDuggleby 2008-09-12T12:55:04Z 2008-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#58877 2 Answer by IainMH for How do I enable line numbers in VS2008? IainMH 2008-09-12T12:55:24Z 2008-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#58880 1 Answer by Gishu for How do I enable line numbers in VS2008? Gishu 2008-09-12T12:55:40Z 2008-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#58881 2 Answer by Gulzar for How do I enable line numbers in VS2008? Gulzar 2008-09-12T12:55:58Z 2008-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#516480 1 Answer by Richard for How do I enable line numbers in VS2008? Richard 2009-02-05T15:52:43Z 2009-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>