About 812,000 results
Open links in new tab
  1. Which equals operator (== vs ===) should be used in JavaScript ...

    Dec 11, 2008 · I'm using JSLint to go through JavaScript, and it's returning many suggestions to replace == (two equals signs) with === (three equals signs) when doing things like comparing …

  2. When should I use ?? (nullish coalescing) vs || (logical OR)?

    So interesting, "When the nullish coalescing operator ?? is supported, I typically use it instead of the OR operator || (unless there's a good reason not to)." Is completely the opposite of what I …

  3. How can I manually download .vsix files now that the VS Code ...

    Jan 16, 2025 · Also potentially useful, depending on your environment, is open-vsx.org. It's an open-source alternative to the visual studio marketplace. Though I have not vetted it, it …

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

    Apr 3, 2019 · If you are using visual studio as your IDE you can use the following: Ctrl+K+C to commment and Ctrl+K+U to uncomment. If using pycharm or VS Code: Use Cntrl+/ to …

  5. How can I disable GitHub Copilot in VS Code? - Stack Overflow

    Oct 28, 2023 · General disablement of VS Code extensions To disable an extension, go to the extensions view. You can do that under the "View" menu at the top left, or click the icon at the …

  6. git - VS Code: How to stage and commit individual changes in a …

    Jan 12, 2016 · Visual Studio Code has excellent Git integration, but I can't find a way to partially stage changes like with git add --interactive or git add --patch. Basically, I want to be able to …

  7. Multiline editing in Visual Studio Code - Stack Overflow

    Is it possible to enable multiline editing like in Sublime Text? For example, press Ctrl to place additional cursor carets and being able to write/delete on multiple places in the document at …

  8. How to install Visual C++ Build tools? - Stack Overflow

    Nov 9, 2016 · Since you already have the VS 2015, you can go to Control Panel—Programs and Features and right click the VS 2015 item and Change-Modify, then check the option of those …

  9. How to shift a block of code left/right by one space in VSCode?

    Dec 20, 2017 · UPDATE While these methods work, newer versions of VS Code uses the Ctrl +] shortcut to indent a block of code once, and Ctrl + [ to remove indentation. This method …

  10. Python Interpreter Not Found on VS Code - Stack Overflow

    Jun 24, 2024 · I just had the same issue. I just installed VS Code on my Mac and it could not find the command to select the interpreter. Turns out that I was running in restricted mode! I had to …

Refresh