plugins - Sublime text big javascript object outline -
i'm working huge javascript object , i'm lost when i'm on function... i've no information function (his parent, etc..)
i want know if have trick more information. outline (ctrl+r) thing lite type of document.
maybe plugin?
thank's
you can try showfunctionname. it's supposed display function name in status bar. haven't tested it, skimmed through source. looks particular scope, starting current cursor location, moving backwards. don't know of off hand goes beyond first "function name", wouldn't surprised if built plugin that.
Comments
Post a Comment