About 1,350,000 results
Open links in new tab
  1. How to indent/format a selection of code in Visual Studio Code?

    I want to indent a specific section of code in Visual Studio Code: Select the lines you want to indent. Use Ctrl + ] to indent them. If you want to format a section (instead of indenting it): Select the lines you want to format. Use Ctrl + K, Ctrl + F to format them.

  2. 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 2013 I can choose compact mode for CSS.

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

    Apr 30, 2015 · Code Formatting Shortcut: Visual Studio Code on Windows - Shift + Alt + F. Visual Studio Code on MacOS - Shift + Option + F. Visual Studio Code on Ubuntu - Ctrl + Shift + I. You can also customize this shortcut using a preference setting if needed. Code Formatting While Saving the File: Visual Studio Code allows the user to customize the ...

    Missing:

    • Back

    Must include:

  4. Custom Layout - Visual Studio Code

    At the same time, VS Code provides options and settings to let you customize the UI layout to suit your preferences and work style. In this topic, we'll highlight various UI customizations so you can display views, editors, and panels in the way that's most productive for you.

  5. Visual Studio Code tips and tricks

    Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts. Make sure to explore the other in-depth topics in Getting Started and the User Guide to learn more.

  6. How to Format Code in VSCode Like a Pro - tms-outsource.com

    Nov 29, 2024 · Using built-in tools and extensions from the VS Code Marketplace, you can format code in JavaScript, Python, and other languages with ease. Employing proper formatting techniques not only improves readability but also enhances overall productivity.

    Missing:

    • Back

    Must include:

  7. How to Format Code in VS Code (Visual Studio Code)

    Sep 3, 2023 · Formatting code will increase readability and help you and your team members work more efficiently. This succinct and straight-to-the-point article shows you a couple of different ways to do so in VS Code (Visual Studio Code).

    Missing:

    • Back

    Must include:

  8. How to change the layout in Visual Studio Code? ️

    Dec 22, 2023 · Fortunately, modifying the design and layout of the interface in Visual Studio Code is very simple and can be customized according to the preferences and needs of each user.

    Missing:

    • Back

    Must include:

  9. User interface - Visual Studio Code

    VS Code comes with a simple and intuitive layout that maximizes the space provided for the editor, while leaving ample room to browse and access the full context of your folder or project. The user interface is divided into five main areas: Editor - The main area to edit your files.

  10. How to reset settings in Visual Studio Code? - Stack Overflow

    Mar 20, 2016 · You can get your menu back by pressing/holding alt, you can then toggle the menu back on via the View menu. As for your settings, you can open your user settings through the command palette: From there you can delete the …

Refresh