rDr4g0n/JsDebuggr

More efficient `is_enabled` checks for commands

Opened this issue · 0 comments

Checking if a command is_enabled is probably more expensive than it should be. Ideally those checks wouldnt run at all if the syntax of the current view is not supported. Probably need some sublime-y wiring to make that happen.