You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Visual Studio 2017 (tested on Professional v15.2 26430.6) TabSanity v1.0.1 overrides the tab size setting as configured in the code editor settings.
Regardless of the original tab size setting, after installing TabSanity, the editor will behave as if tab size was set to 2 spaces. The original setting will, however, still be displayed in Visual Studio's text editor options. It has to be set to some different value in order to be respected again.
For example, my usual setting is a tab size of 4. When tabbing on a new line, the caret jumps to columns 5, 9, 13, and so on. After installing TabSanity and restarting Visual Studio, the caret will jump to columns 3, 5, 7, etc., even if the tab size setting in the options dialogue still shows a 4. If I want to restore the setting, I have to set the value to some different number, confirm the options dialogue, then open it again, set my value of 4, and confirm again.
The text was updated successfully, but these errors were encountered:
In Visual Studio 2017 (tested on Professional v15.2 26430.6) TabSanity v1.0.1 overrides the tab size setting as configured in the code editor settings.
Regardless of the original tab size setting, after installing TabSanity, the editor will behave as if tab size was set to 2 spaces. The original setting will, however, still be displayed in Visual Studio's text editor options. It has to be set to some different value in order to be respected again.
For example, my usual setting is a tab size of 4. When tabbing on a new line, the caret jumps to columns 5, 9, 13, and so on. After installing TabSanity and restarting Visual Studio, the caret will jump to columns 3, 5, 7, etc., even if the tab size setting in the options dialogue still shows a 4. If I want to restore the setting, I have to set the value to some different number, confirm the options dialogue, then open it again, set my value of 4, and confirm again.
The text was updated successfully, but these errors were encountered: