I am using Visual Studio 2022 for Mac (currently v17.4). I want to change tab size as they are too big. I cannot see such option anywhere and even in the documentation it says it doesn't apply to Visual Studio for Mac. Is it possible that it isn't implemented in such a popular IDE or am I missing something?
Asked
Active
Viewed 311 times
0

Wiktor
- 71
- 1
- 9
-
Does this answer your question? [Visual Studio 2020 how to stop filenames from being shortened in the tab](https://stackoverflow.com/questions/73235530/visual-studio-2020-how-to-stop-filenames-from-being-shortened-in-the-tab) – Casey Jan 04 '23 at 17:27
-
@Casey what I mean is the amount of space I get after pressing `tab` button. – Wiktor Jan 05 '23 at 09:42
1 Answers
0
Tools > Options > Text Editor
and then choose All Languages > Tabs
or [Specific language] > Tabs
. From there you can choose how VS handles your tabs/spaces and auto-formatting of such.

Casey
- 10,297
- 11
- 59
- 88
-
Actually, I found it under `Source Code > Code Formatting > C# source code > Tab`. It's very hard to find, because, for some reason, you cannot scroll in this window. You have to manually make it bigger to see this option. – Wiktor Jan 10 '23 at 15:34