Why doesn\'t Visual Studio have any way of showing line numbers in a source file? Is there any way to enable it, or a plugin for it? I know that the number of lines of code
For MS Visual Studio 2015 type "Text" in Quick Launch (Ctrl+Q) of top right corner. 1) quicklaunch
2) In the list select Text Editor->All Languages->General select_allLanguages
3) Now check on "Line Numbers" and click OK to get the line numbers.
Finally we get the line number in text editor.