How to fix Vscode indentation

Indentation in vs code is used to format your code. In this tutorial, you are going to learn how to fix indentation in Vscode. The…


This content originally appeared on CodeSource.io and was authored by Anik Kanti Sikder Mithu

Indentation in vs code is used to format your code. In this tutorial, you are going to learn how to fix indentation in Vscode.

The code formatting is available in Visual Studio Code through the following shortcuts:

On Windows: Shift + Alt + F

On Mac: Shift + Option + F

On Linux: Ctrl + Shift + I

Alternatively, you can find the shortcut, as well as other shortcuts, through the ‘Command Palette’ provided in the editor with Ctrl +Shift+ P (or Command + Shift + P on Mac), and then search for format document. On windows-

fix Vscode indentation

You can format the code in vscode using the tabs and using the spaces. To do that, vscode shows the indentation settings of your current file in the status bar at the bottom. Like this-

If you click on the Tab Size, this will show-

If you want indentation using tabs, just click on it and specify the number of tabs.

fix Vscode indentation

By default, it is configured to 4 means each tab is being treated as four characters wide.

You can do the same for using the indentation using spaces.

The other way to convert indentations manually is, to click into the status bar again and you can use two options. Convert Indentation to Spaces and Convert Indentation to Tabs.

fix Vscode indentation

This will convert your indentation directly. So, these are the ways, you can fix indentation in vscode.


This content originally appeared on CodeSource.io and was authored by Anik Kanti Sikder Mithu


Print Share Comment Cite Upload Translate Updates
APA

Anik Kanti Sikder Mithu | Sciencx (2022-02-02T17:57:43+00:00) How to fix Vscode indentation. Retrieved from https://www.scien.cx/2022/02/02/how-to-fix-vscode-indentation/

MLA
" » How to fix Vscode indentation." Anik Kanti Sikder Mithu | Sciencx - Wednesday February 2, 2022, https://www.scien.cx/2022/02/02/how-to-fix-vscode-indentation/
HARVARD
Anik Kanti Sikder Mithu | Sciencx Wednesday February 2, 2022 » How to fix Vscode indentation., viewed ,<https://www.scien.cx/2022/02/02/how-to-fix-vscode-indentation/>
VANCOUVER
Anik Kanti Sikder Mithu | Sciencx - » How to fix Vscode indentation. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/02/02/how-to-fix-vscode-indentation/
CHICAGO
" » How to fix Vscode indentation." Anik Kanti Sikder Mithu | Sciencx - Accessed . https://www.scien.cx/2022/02/02/how-to-fix-vscode-indentation/
IEEE
" » How to fix Vscode indentation." Anik Kanti Sikder Mithu | Sciencx [Online]. Available: https://www.scien.cx/2022/02/02/how-to-fix-vscode-indentation/. [Accessed: ]
rf:citation
» How to fix Vscode indentation | Anik Kanti Sikder Mithu | Sciencx | https://www.scien.cx/2022/02/02/how-to-fix-vscode-indentation/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.