@techee yeah, you'll review, and possibly add support for implicitly scoping on `this` :) Although scoping on `this` might be tricky, because you still want to allow global variables and methods. Methods should be fine as the `this` one would have precedence anyway, and we know which it is, but scope completion would have to consider both the `this` scope and the global one in this case.