About 5,990,000 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 code in/out,

  2. How to Format Laravel Blade Code in Visual Studio Code?

    The blade formatter in the current version of laravel-blade-snippets will left align all blade directives and remove indentation, which makes nested blade directives hard to read.

  3. What is the best way to insert source code examples into a Microsoft ...

    In Word, it is possible to paste code that uses color to differentiate comments from code using "Paste Keep Source Formatting." However, if you use the pasted code to create a new style, Word …

  4. visual studio code - Is there a way to format correctly HTML in VSCode ...

    In the Visual Studio Editor, go to Settings --> type "format" until the formatting settings pop up, and then select Prettier Code Formatter - esbenp.prettier-vscode as your default formatter. Do this for both the …

  5. How do I autoformat some Python code to be correctly formatted?

    I have some existing code which isn't formatted consistently -- sometimes two spaces are used for indent, sometimes four, and so on. The code itself is correct and well-tested, but the formatting is …

  6. 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 of Visual …

  7. How enable auto-format code for Intellij IDEA? - Stack Overflow

    Now press semicolon and keyboard shortcut to reformat code (you can find the keyboard shortcut from other answers or from settings > keymap). After doing reformat go to Edit> Macros> Stop Macro …

  8. Visual Studio Code: format is not using indent settings

    When using the Format Code command in Visual Studio Code, it is not honoring my indent settings ("editor.tabSize": 2). It is using a tab size of 4 instead. Any ideas why this is happening? Thanks!

  9. How do you auto format code in Visual Studio? - Stack Overflow

    Apr 22, 2011 · I know Visual Studio can auto format to make my methods and loops indented properly, but I cannot find the setting.

  10. VS Code: Unwanted automatic YAML file formatting

    I just started using Visual Studio Code and am faced with an annoyance every time I paste in YAML code in an existing .yml file. Basically, the editor seems to auto-format the document and in doing...