Enable the display of line numbers in Visual Studio

前端 未结 15 1194
暗喜
暗喜 2020-12-23 15:38

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

15条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-23 16:16

    As of Visual Studio 2015, you can find the option under:

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

    Visual Studio 2013 Line Numbers Option Menu


    Or simply go to tools -> options and type on the search bar: "Numbers".

提交回复
热议问题