About 4,000,000 results
Open links in new tab
  1. How can I view the Git history in Visual Studio Code?

    There's another comfortable way to navigate the commit history for a file in Visual Studio Code by using the Gitlens extension. That provides two functionalities, "File history" and "Line history", that are accessible from the VCS menu once Gitlens is installed.

  2. visual studio code - Check git history for a range of lines in …

    Feb 4, 2022 · You can see the commits related to only a set of lines by using the Gitlens extension. That provides two functionalities, "File history" and "Line history", that are accessible from the VCS menu once Gitlens is installed.

  3. git - VS code shows who modified the line - Stack Overflow

    Apr 5, 2023 · How to see who modified the line with git on vs code? There is a VS Code extension called "GitLens". This extension shows you in the editor who made the last changes to this line. It also has a ton of other features. It does this already. for example, if you add a new line of code, at the left side of the codeline, a green bar will appear.

  4. Git : Line History - Visual Studio Marketplace

    A VS Code extension that provides dynamic git history annotations and diff viewing capabilities for your code. This extension helps developers understand code evolution by showing commit information and changes directly in the editor.

  5. Line History - Visual Studio Marketplace

    Think about fine grained undo history that persists across VSCode restarts, and with blame integrated. Show all (including deleted) lines in a single view. Think about git diff but instead of comparing two versions, compare all versions together.

  6. How to view the Git History in Visual Studio Code | bobbyhadz

    Apr 6, 2024 · The Git: View File History command displays the commit history for the selected file. The Git: Line history command displays the commit history for the selected line or code block. Once you open a file, you can also click on the Git: View …

  7. GitHub - DonJayamanne/gitHistoryVSCode: Git History for Visual Studio Code

    View and search git log along with the graph and details. View a previous copy of the file. View the history of a line in a file (Git Blame). Open the file to view the history, and then Press F1 and select/type "Git: View History", "Git: View File History" or "Git: View Line History".

  8. Extensions Roundup - Fun with Git - Visual Studio Code

    Jul 29, 2016 · View history of a file or line. Compare a previous copy of a file against the local workspace version. View the changes to the active line. Marketplace - Share Code. Publisher - Roland Greim. Ever wanted to send your code to Pastebin or a GitHub Gist? Open the file you want to share and share it with a couple commands in the Command Palette.

  9. Use GitLens to Explore your Git History in VS Code

    Nov 3, 2020 · GitLens is a fantastic VS Code extension that allows you to explore and navigate your Git history with pinpoint precision. GitLens works by embedding all types of useful information directly in your code (only in development).

  10. VSCode Git Blame Inline: How to Show Blame Information on Hover

    VSCode Git Blame Inline is a Visual Studio Code extension that allows you to see the Git commit information for each line of code in your editor. This can be helpful for debugging or tracking down changes, and it can also be used to learn more about the history of your project.

  11. Some results have been removed