3

Is there a way to show current column number of the cursor in code editor?

VS IDE Screenshot

Slaven Semper
  • 117
  • 1
  • 2
  • 8

2 Answers2

1

Visual Studio for Mac 17.4 preview 2 now has the line number, column number, and line ending information at the bottom right hand corner of the text editor.

Visual Studio for Mac 17.4 - line/column number UI

Matt Ward
  • 47,057
  • 5
  • 93
  • 94
0

Is there a way to show current column number of the cursor in code editor?

Your photo indicates you are using Visual Studio, not Visual Studio Code.

VSC is more text editor oriented while VS is more IDE based.

VS only supports showing the line and column number of the cursor location in the Windows version of VS2022 at this time.

The column numbers are a feature of vscode in the 1.70.2 universal version I used.vsc

James Risner
  • 5,451
  • 11
  • 25
  • 47