简体   繁体   中英

Where from can we configure code formatter in Visual Studio Code?

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

On Windows Shift + Alt + F
On Mac Shift + Option + F
On Ubuntu Ctrl + Shift + I

But I want to configure how to format, where do I find those settings?

It depends on the language that you use.

VS Code is bundled with HTML , JSON , JavaScript , TypeScript formatters, each one with its own customizations. You can see the available configurations in Preferences: Open User Settings

But, if you use another language, like C# , Java , Delphi , etc, will need to see if that extension also comes with a formatter (search for Formatter tag in the extension`s category ). Otherwise, you should look for standalone formatter extensions available.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM