Return to site

Mac extensions for visual studio git

broken image

One of the most popular extensions used by the VS Code team. With this extension, you will find a very rich feature set for your Git workflow: Truly an excellent extension and my personal favorite. The gutter color is darker for older commits and lighter for the most recent commits, which was a smooth way to create the UI. You can see all the commit information in the gutter and it's clickable! When you click on the blame, you see the diff of that commit. This extension takes 'blame' information to the next level. Tip: Install any of these extensions by clicking the Extensions View button, typing the name of the extension in the Search box, and clicking Install. Since the time when I built this extension, there have been many more awesome Git extensions added to the VS Code Marketplace. It lets you quickly see which developer most recently modified the currently selected line ('blame').

broken image

Node.js Development with Visual Studio Code and AzureĪugby Wade Anderson, first extension I built for Visual Studio Code was called Git Blame.