The outlining does not seem to recognise prototype declarations, for example:
Obj.prototype = {
doSomething: function() {
}
}
Should surely show up in the outline as Obj with a function within called doSomething. Instead all I see is one blank entry that links to the doSomething function.
Mossop
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The outlining does not seem to recognise prototype declarations, for example:
Obj.prototype = {
doSomething: function() {
}
}
Should surely show up in the outline as Obj with a function within called doSomething. Instead all I see is one blank entry that links to the doSomething function.
Mossop
This syntax is not yet supported. If you'd like to implement it let me know.