Matthew Layton
Matthew Layton

Reputation: 42270

JavaScript intellisense comments not working

I am currently documenting a JavaScript project with Visual Studio compatible XML intellisense comments.

E.G.

///<summary>This is a JavaScript XML comment</summary>

On my work machine, if I type /// Visual Studio automatically generates the XML that I need to comment, but on my personal machine, it's not working. I'm using the same version of Visual Studio on both machines.

Any ideas on why it's not working? maybe I'm missing a vsix extension or something?

Upvotes: 0

Views: 921

Answers (1)

Matthew Layton
Matthew Layton

Reputation: 42270

INSTALL THE JSCRIPT VSDOC STUB GENERATOR 2010 / 2012

Upvotes: 1

Related Questions