Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I adjust the column ruler in Visual Studio 2017 for Mac Community Edition?

The column ruler defaults to the 80th character which is way too small. How do I adjust this? (I circled it in red below)

I tried looking for extensions, but according to this post I can't install things like Productivity Power Tools that give me the option to adjust this.

Is there a plist file somewhere that I can edit?

This issue is super frustrating to me, so any help is greatly appreciated.

The column ruler circled in red

like image 400
Xavier L. Avatar asked Sep 16 '25 02:09

Xavier L.


1 Answers

You can configure this in the preferences dialog. Select Source Code - Code Formatting. Then select the type of file you want to configure. Most code formatting styles inherit from Text file so you may just want to select that.

Preferences dialog

Then change the Desired file width setting. By default it is 80.

like image 73
Matt Ward Avatar answered Sep 17 '25 20:09

Matt Ward