Housing Watch Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Visual Studio Code is a simpler and more efficient code editor with support for development operations like debugging, task running, and version control. It aims to provide just the tools a developer needs to quickly code, build, and debug.

  3. How to comment multiple lines in Visual Studio Code?

    stackoverflow.com/questions/34316156

    I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible to comment and uncomment multiple lines in Visual Studio Code using some shortcut? If yes,...

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

    stackoverflow.com/questions/29973357

    The code formatting is available in Visual Studio Code through the following shortcuts: On Windows Shift + Alt + F. On Mac Shift + Option + F. On Linux Ctrl + Shift + I. Alternatively, you can find the shortcut, as well as other shortcuts, through the submenu View / Command Palette, also provided in the editor with Ctrl + Shift + P (or Command ...

  5. Afterwards, open Visual Studio Code and left-click on the Visual Studio Code interpreter shown in Visual Studio Code at the bottom left: Choose a virtual environment that pops up in a dropdown of the settings window, and you are done.

  6. 2425. Folding has been rolled out and is now implemented since Visual Studio Code version 0.10.11. There are these keyboard shortcuts available: Fold folds the innermost uncollapsed region at the cursor: Ctrl + Shift + [ on Windows and Linux. ⌥ + ⌘ + [ on macOS. Unfold unfolds the collapsed region at the cursor: Ctrl + Shift + ] on Windows ...

  7. The Getting Started with Python in VS Code page says to "use the Command Palette to run Terminal: Create New Integrated Terminal". Probably not the news you wanted to hear.

  8. Is there a way to search for text in all files in a directory using VS Code? I.e., if I type find this in my search, it will search through all the files in the current directory and return the files that matched.

  9. Change the encoding of a file in Visual Studio Code

    stackoverflow.com/questions/30082741

    The existing answers show a possible solution for single files or file types. However, you can define the charset standard in VS Code by following this path: File > Preferences > Settings > Encoding > Choose your option This will define a character set as default. Besides that, you can always change the encoding in the lower right corner of the editor (blue symbol line) for the current project.

  10. How to completely uninstall VS Code on Windows?

    stackoverflow.com/questions/47689536

    What is the way to totally uninstall Visual Studio Code and its extensions, including all configurations, etc.) on Windows 10? I tried uninstalling and installing but it remembered its previous set...

  11. 1 VS code uses whatever terminal you set it up to use, though powershell is the default (mine is on bash), 2 environment variables created directly in VS code's terminal window may not persist between sessions.