6

Web Essentials for Visual Studio 2012 says it has support for jsDoc intellisense, but I can't seen any options for enabling it, and it doesn't appear to do anything.

Any ideas how to turn it on? or could anyone suggest an alternative extension?

Many thanks,

magritte
  • 7,396
  • 10
  • 59
  • 79

2 Answers2

3

It seems to be working fine for me:

enter image description here

I just tested by following the link here to here and making a (slightly modified) test file of the first example. I don't know if the entire range of JsDoc functionality is supported.

Jude Fisher
  • 11,138
  • 7
  • 48
  • 91
  • 3
    ah - maybe i misunderstood what they mean by supports. I was hoping for intellisense support with creating the jsDoc comment block itself, i.e. give me a list of options when i press the @ key. – magritte Mar 12 '13 at 14:48
  • No, actually having re-read it I think you are correct. Cheers. – magritte Mar 12 '13 at 14:58
  • 1
    This is default behavior for Visual Studio 2012. – user694844 Apr 25 '13 at 15:20
0

Its now released (05/05/2013): http://visualstudiogallery.msdn.microsoft.com/07d54d12-7133-4e15-becb-6f451ea3bea6

eriksv88
  • 3,482
  • 3
  • 31
  • 50