About 2,510,000 results
Open links in new tab
  1. Git rebase in Visual Studio Code - Stack Overflow

    Jul 17, 2018 · I don't think Visual Studio Code has Git rebase functionality built-in. If you want to do your rebasing in Visual Studio Code instead with the git command-line tool or with a Git …

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

  3. visual studio code - Multirow Tabs for VSCode - Stack Overflow

    I do the following for multirow tabs in visual-studio-code (until there is official support or an easier solution): STEP 1: Install the extension VSCode Custom CSS.

  4. How to go to previous location in Visual Studio Code (VS Code)

    How to go to previous location in Visual Studio Code (VS Code) [duplicate] Asked 9 years, 4 months ago Modified 3 years, 5 months ago Viewed 92k times

  5. How to find-and-replace in Visual Studio code in just the selection ...

    Jun 3, 2017 · Use shift and arrows to highlight the term you want to match. Use Ctrl + d to highlight the next occurrence of the term. The Basic Editing in VS Code documentation page …

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

  7. How can I download .vsix files now that the Visual Studio Code ...

    Jan 16, 2025 · Yes. Simply put, that was the change. The download links are no longer displayed in extension pages. But they still "exist", and they still function if you know how to get them, …

  8. Change the default terminal in Visual Studio Code

    Jun 8, 2017 · I am using Visual Studio Code on my Windows 10 PC. I want to change my default terminal from Windows PowerShell to Bash on Ubuntu (on Windows). How can I do that?

  9. visual studio code - how to export to pdf with syntax highlighting ...

    Nov 12, 2022 · I need an extension in intellij or vscode or some app to transform my codes into pdf. I tried to use the app notion but it doesn't export with syntax highlighting. *Edit: I know it …

  10. Visual Studio Code: How to show line endings - Stack Overflow

    Sep 16, 2016 · How can I display lineendings (CR,LF) in Visual Studio Code (not in Visual Studio)? At the moment there is only the little statusbar menu which display/change the line …