Reputation: 42270
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