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
You should edit "settings.json". In that add, "editor.lineNumbers":"on",
. You can check comments for various options you have.
In Visual Studio Code - 2017, you can also directly go to a given line number. There are following three ways to do that.