How to show line numbers of text file opened in Visual Studio?

c#, visual-studio, visual-studio-2010

Solution

In VS 2010, for text only...

Tools -> Options -> Text Editor -> Plain Text -> General -> Display Line Numbers

For everything...

Tools -> Options -> Text Editor -> All Languages -> General -> Display Line Numbers

Problem

Is there anything which will show line numbers for all the files opened in Visual Studio?

Original source

Related problems