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

    278 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 …

  2. AnsysElectronics Desktop (HFSS) solvers- HF3d error code 149

    Jan 17, 2023 · With your HFSS 2022R2 installation you can find a file called "What's new in Ansys Electronics Desktop 2022 R2" in the documentation folder. Under known issues you can find …

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

    Add code snippets to a word document, with syntax highlighting for easier visibility and differentiation of code and other text. Code snippet shall be inline with other text. Code snippet …

  4. Curl to return http status code along with the response

    But the OP specifically states that they want both the status code and the response body. They know how to just get the response code (stated in the question)

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

    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 …

  6. The VSCode `code .` command is not working in the …

    Adding the code executable to your PATH for use in the Git Bash or MSYS2 terminals If you're trying to run the code command in Windows in a Git Bash (from Git for Windows) terminal, or …

  7. Changing the Git user inside Visual Studio Code

    Generally, Visual Studio Code uses the GitHub credentials from the system's credential manager. It doesn't store it anywhere in the settings. As question says, Changing the Git user inside …

  8. How can I install VS Code extension manually? - Stack Overflow

    I am not able to download any extension via VS Code on my office system due to the proxy. Is there a way that I can do it manually by downloading and placing the downloaded files at the …

  9. How do you display code snippets in MS Word preserving format …

    Dec 23, 2008 · Does anyone know a way to display code in Microsoft Word documents that preserves coloring and formatting? Preferably, the method would also be unobtrusive and …

  10. How do I set up Visual Studio Code to compile C++ code?

    Microsoft's Visual Studio Code editor is quite nice, but it has no default support for building C++ projects. How do I configure it to do this?