Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitExtension does not show up on Visual Studio 2010 Express (Windows 7)

I am using Visual Studio 2010 Express on Windows 7. I recently installed GitExtension and it seems to work fine (cloning and branching and what not). I expected it to show up on Visual Studio Express when I opened VS, but it does not. I have searched online and found a few references to the same problem recommending to use VS Extension manager to download the Git plugin for 2010. However, when I tried to use Extension manager on VS to access and install GitExtension plugin nothing related to Git showed up. Any suggestions to make the GitExtension show up on VS 2010 Express on Windows 7? Really appreciate any help.

like image 701
FZF Avatar asked Jan 16 '11 20:01

FZF


1 Answers

The Visual Studio Express versions in general do not support any extensions. Unless their website specifically mentions supporting Express, I would expect it only to work on the full version of Visual Studio to be honest. Extensions for the Express editions are limited to "toolbox controls, item templates, project templates, and custom start page" - anything more than that needs the full VS to work.

like image 99
Michael Low Avatar answered Oct 22 '22 23:10

Michael Low