About 794,000 results
Open links in new tab
  1. When should I use ?? (nullish coalescing) vs || (logical OR)?

    Related to Is there a "null coalescing" operator in JavaScript? - JavaScript now has a ?? operator which I see in use more frequently. Previously most JavaScript code used ||. let …

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

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

    Jan 16, 2025 · As I understand it, the only "official" way Microsoft wants users to obtain .vsix files is to get them from the extensions store via an installed copy of VS Code, as mentioned in the …

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

    Apr 3, 2019 · Sometimes I have the need to try: A code example or a variant of it. This is necessary to test a new functionality or to test its implementation or performance. The code …

  5. Visual Studio Code - is there a Compare feature like that plugin for ...

    May 9, 2015 · Open or focus file B (will be editable in compare view by default). E.g. by drag-drop from File Explorer to VS Code's center. Open or focus file A. Press Alt+k, a quick open menu …

  6. How do you auto format code in Visual Studio? - Stack Overflow

    Apr 22, 2011 · Using VS 2017 I wanted to format web page HTML which somehow had become entirely left aligned. Even after installing Productivity Power Tools this wouldn't work. To fix, for …

  7. "With who" vs. "with whom" - English Language & Usage Stack …

    "With who" vs. "with whom" Ask Question Asked 14 years, 5 months ago. Modified 7 years, 5 months ago.

  8. How to download Visual Studio Community Edition 2017 (not 2019)

    Apr 24, 2019 · As of July, 2024 the download offers only runtime redistributables but no longer the VS edition itself. Together with the recent f'up regarding BOOST and other C++ libraries which …

  9. How to indent/format a selection of code in Visual Studio Code?

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

  10. grammar - "What is it?" vs "What is this?" - English Language …

    Stack Exchange Network. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their …