Is there a way to enable the field xml tag description for a property? Example code:
function MyObj() {
/// <field name='num' type='int'>integer field</field>
this.num = 5;
}
Then if I do the following:

I do not see the description "Integer field" I specified.
Is this a disabled option somewhere? Or just a bug? Documentation for javascript intellisense isn't very prevelent :(
Edit: It should be noted I have resharper installed.