I just installed SP1 and now I don't see the text editor line and column number at the bottom of each source file in Visual Studio. Does anyone know how to turn this back on?
Right-clicking on the status bar gives a list of what's being shown there (excluding default stuff like columns, confusingly), and you can untick things to hide them. Untick enough, and line and column numbers should come back! It is the long progress message in my case.
Zen mode is a feature in a VS Code that hides all UI (Status Bar, Activity Bar, Panel, and Sidebar) and displays only the editor on a full screen. Zen Mode.
If there's anyone with version 16.4.x or later wondering where it went, it got moved from the Status Bar to the bottom right of the editor window.
Please note that Col
(column) is omitted from the status bar when it has the same value as Ch
(character), as is the case when using spaces for indentation. Spaces will always increment Col
and Ch
together, whereas tabs will increment the Ch
value by one while incrementing the Col
value by whatever the tab width is set to be (e.g. 4).
Tabs
--->--->Hello, World!
^
Ch: 16 Col: 22
Spaces
········Hello, World!
^
Ch: 22 Col: 22
If your cursor is at the tail end of the line, the Ch
and Col
values reflect the 1-indexed position denoted by the caret. Col
would be omitted from the status bar in the second example.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With