Is there a way to get SublimeCodeIntel to recognize Javascript inheritance patterns and have the appropriate autocomplete behavior? Can anybody provide an example of an inheritance method which SublimeCodeIntel will properly recognize?
I have tried adding the @extends ParentObject JSDoc parameter to an object's initial comment, but this doesn't seem to do it for me.
SublimeCodeIntel does seem to recognize @param JSDoc parameters nicely.
Is there a way to get SublimeCodeIntel to recognize Javascript inheritance patterns and have the appropriate autocomplete behavior? Can anybody provide an example of an inheritance method which SublimeCodeIntel will properly recognize?
I have tried adding the
@extends ParentObjectJSDoc parameter to an object's initial comment, but this doesn't seem to do it for me.SublimeCodeIntel does seem to recognize
@paramJSDoc parameters nicely.