Ongeveer 53 resultaten
Koppelingen in nieuw tabblad openen
  1. How do you format code in Visual Studio Code (VSCode)?

    30 apr. 2015 · What is the equivalent of Ctrl + K + F and Ctrl + K + D on Windows in Visual Studio for formatting, or "beautifying" code in the Visual Studio Code editor?

  2. How to indent/format a selection of code in Visual Studio Code?

    279 I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work when selecting …

  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 Windows/Linux) …

  4. Is there a format code shortcut for Visual Studio?

    9 feb. 2011 · In Eclipse there is a shortcut, Ctrl+Shift+F, that re-indents code and fixes comments and blank lines. Is there an equivalent for Visual Studio 2010?

  5. Visual Studio Code doesn't format C# code - Stack Overflow

    17 nov. 2017 · 25 Visual Studio Code with OmniSharp doesn't format C# code without a .csproj file. You can create a new project with dotnet new console with the .NET Core SDK.

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

    28 jun. 2023 · How to use formatting: The code formatting is available in Visual Studio Code (VSCode) through the following shortcuts or key combinations: On Windows Shift + Alt + F On macOS Shift + …

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

    6 mei 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 2013 I can choose …

  8. Visual Studio Code vs SQL Formatting - Stack Overflow

    18 jan. 2020 · Install the VS Code SQL Formatter extension from the Visual Studio Code Marketplace. Once the extension is installed, you can format your SQL code using the following steps: Open the …

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

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

  10. Setting up Auto Format on Save easily in VS Code (Visual Studio Code ...

    7 dec. 2023 · Add 'Prettier - Code Formatter' extension in VSCode and enable it Go to the VSCode settings to set both the User and Workspace fields for a) Editor: Default Formatter to "Prettier - Code …