Open links in new tab
  1. What are the differences between Visual Studio Code and Visual …

    May 29, 2015 · 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 …

  2. 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 …

  3. 'Run code' is not working in Visual Studio Code - Stack Overflow

    May 16, 2019 · Type in search box 'Code Runner' Install the extension (top most with over 2.5M downloads) Restart VS Code; then go to: File > Preferences > Settings; Type 'code runner' in …

  4. What is a reasonable code coverage % for unit tests (and why)?

    Be pragmatic and don't chase the magical 100% coverage. If you TDD your code you should get a 90%+ coverage as a bonus. Use code-coverage to highlight chunks of code you have …

  5. How to install VS code extension manually? - Stack Overflow

    Dec 12, 2019 · Unfortunately as of 2024 this no longer appears to work. It looks like you now need to create an Azure account and generate an access token from it to codesign your …

  6. What are the differences between Visual Studio Code and Visual …

    Oct 28, 2023 · In Ubuntu Snap, I can install code, vscode and code-insiders. The last one I know, vscode seems like a community version from snapcrafters without updates and code is the …

  7. Multiline editing in Visual Studio Code - Stack Overflow

    In the latest release of Visual Studio Code, you can now drag the cursor while holding Option (Alt on Windows) to select the same column on multiple rows. To enable this, make sure you …

  8. macos - "code ." is not working in on the command line for Visual ...

    Mar 17, 2019 · The file you need to modify is different if you are using Zsh. You'll want to put this into your .zprofile instead, and then of course source that file instead (or just paste the same …

  9. How to quickly Comment and uncomment a code? - Stack Overflow

    Apr 3, 2019 · If you know what block of code you want to switch on and off, and it's more or less a large one, here is a handy trick to handle this: //* // [Large block of code - ACTIVE] //*/ To …

  10. Visual studio code - keyboard shortcuts - expand/collapse all

    Sep 27, 2016 · Folding functionality has was introduced and fully integrated starting from Visual Studio Code version 0.10.11. Below are the available keyboard shortcuts for folding: Fold folds …

Refresh