About 456,000 results
Open links in new tab
  1. 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. …

  2. How do I fold/collapse/hide sections of code in Visual Studio Code?

    I managed to show code folding controls always in VsCode by going to Preferences and searching for 'folding'. Now just select to always show these controls. This works with the …

  3. Install Visual Studio Code for all users - Stack Overflow

    Oct 6, 2018 · Microsoft wants to force all programs to be installed in User/AppData (non-Admin) privileged accounts for IT corporate environments to centrally manage users, i.e., control, …

  4. How can I comment multiple lines in Visual Studio Code?

    For python code, the "comment block" command Alt + Shift + A actually wraps the selected text in a multiline string, whereas Ctrl + / is the way to toggle any type of comment (including a …

  5. How can I do a line break (line continuation) in Python (split up a ...

    May 6, 2018 · In Python code, it is permissible to break before or after a binary operator, as long as the convention is consistent locally. For new code Knuth's style is suggested. [3]: Donald …

  6. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · Navigate to your project directory and open Visual Studio Code there. (django-project) C:\Users\prash\Videos\myFolder\projects>code . in Visual Studio Code, go to menu …

  7. 403 Forbidden vs 401 Unauthorized HTTP responses

    Jul 21, 2010 · A 401 response code means one of the following: An access token is missing. An access token is either expired, revoked, malformed, or invalid. A 403 response code on the …

  8. How can I change the Python version in Visual Studio Code?

    Jan 7, 2018 · I have Python 3.8 selected. But code chooses version 3.7.2. I have rebooted. It still chooses 3.7.2 . So whatever solution does this it is not simply using the command pallet. I can …

  9. How to find and change Java compiler option in Visual Studio …

    Jul 2, 2019 · Now, open the VS Code Settings tab and look for the Java: Home setting: You can modify either the User or Workspace setting. In the screenshot above, I am modifying my User …

  10. HTTP Status 405 - Method Not Allowed Error for Rest API

    And about status code "405 - Method Not Allowed" will get this status code when rest controller or service only supporting GET method but from client side your trying with POST with valid uri …

Refresh