About 824,000 results
Open links in new tab
  1. What are the differences between Visual Studio Code and Visual …

    May 29, 2015 · Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot of functional similarities with it.

  2. What's the difference between Visual Studio Community and …

    May 17, 2015 · Third, VS Community's ability to create Virtual Environments has been severely cut. On the other hand, syntax highlighting, IntelliSense, Step-Through debugging, GoTo …

  3. How do you count the lines of code in a Visual Studio solution?

    Aug 7, 2009 · 46 Answers here are a little bit out of date, may be from vs 2008 time. Because in newer Visual Studio versions 2010/2012, this feature is already built-in. Thus there are no …

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

    Jan 16, 2025 · How can I manually download .vsix files now that the VS Code Marketplace no longer supplies them in-browser? Asked 6 months ago Modified 18 days ago Viewed 36k times

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

    Dec 27, 2018 · Visual Studio Code vs. Visual Studio Code Insider I still do not understand what the difference is between the two. Could it be that one of them is a trial version for its new …

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

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

    Apr 22, 2011 · I know Visual Studio can auto format to make my methods and loops indented properly, but I cannot find the setting.

  8. Why does Ruff not show as many diagnostics as I expect?

    Jan 21, 2024 · For Python linting in VS Code, why not use extensions like Pylint, Flake8, or Pyright. These do better for Python in VSCode.

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

  10. python - How are iloc and loc different? - Stack Overflow

    Label vs. Location The main distinction between the two methods is: loc gets rows (and/or columns) with particular labels. iloc gets rows (and/or columns) at integer locations. To …