About 50 results
Open links in new tab
  1. Best C++ Code Formatter/Beautifier - Stack Overflow

    There are lots of source code formatting tools out there. Which ones work best for C++? I'm interested in command-line tools or other things that can be automatically run when checking …

  2. How do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · Visual Studio Code allows the user to customize the default settings. If you want to auto format your content while saving, add the below code snippet in the work space settings …

  3. How do you format code on save in VS Code - Stack Overflow

    For those who are new to Visual Studio Code and searching for an easy way to format code on saving, kindly follow the below steps. Open Settings by pressing [Cmd+,] in Mac (or [Ctrl+,] in …

  4. visual studio code - Beautify C++ files in VSCode - Stack Overflow

    Jul 4, 2019 · 4 To beautify C++ code you need the Clang-Format extension. After installing it, the shortcut Alt + Shift + F will work in Visual Studio Code.

  5. How to configure Google Java Code Formatter in Intellij IDEA 17?

    Mar 23, 2017 · In the latest versions of IntelliJ IDEA it seems that it isn't possible to import code style files like intellij-java-google-style.xml. I would like use the Google Java Code Style in this …

  6. How can I make VS Code format my Python code? - Stack Overflow

    Jun 28, 2023 · Step 3. Select which code formatter you want to use in python.formatting.provider which is in settings>Extensions>Python (this maybe automatically set after step 1 and step 2). …

  7. How do you change the formatting options in Visual Studio Code?

    May 6, 2015 · I know you can Format Code using Ctrl + F / Cmd + F in Visual Studio Code but how do you change the formatting options for each language? For example, in Visual Studio …

  8. Online code beautifier and formatter - Stack Overflow

    Oct 16, 2008 · What are the best online code beautifier and formatter out there? I'm not asking for highlighters. Any language will do.

  9. How to make "Prettier" the default formatter in VS Code?

    Sep 18, 2020 · Update the vs code if necessary. Make sure that you have prettier extension and enabled it. Go to setting by clicking ctrl with comma (,) that opens search setting bar. There …

  10. Is there a pretty printer / code formatter for C# (as part of build ...

    54 Is there a pretty printer / code formatter for C# (as part of build system)? Read as: "lives outside of Visual Studio". It seems like there are plenty of these kinds of things for Java, …