0

I successfully installed GhostDoc to Visual Studio 2012 (Express Edition). Unfortunately, when I'm starting Visual Studio after installation, I don't see icon "Document this". I can't use Ctrl+Shift+D to document code and, if I click right button on name of class, I don't see "Document this". Can anyone tell me why?

leppie
  • 115,091
  • 17
  • 196
  • 297
makcis
  • 125
  • 2
  • 10

1 Answers1

0

Express Editions of Visual Studio only support extensions which have been especially approved by Microsoft for use in those editions. The only real cases where you can extend these editions is the following:

  1. You can add new Project or Project Item templates, provided they are prepared without additional functionality.
  2. You can install the NuGet Package Manager extension, which has special installation privileges for Express Editions starting in Visual Studio 2012.
Sam Harwell
  • 97,721
  • 20
  • 209
  • 280