rhaiscript / lsp

Language server for Rhai.
Apache License 2.0
43 stars 4 forks source link

Handle scoping of `this` in functions #22

Open tamasfe opened 2 years ago

tamasfe commented 2 years ago

this inside functions can be bound to pretty much anything, to find out the type(s) of this, we'll have to look up all the references to the function and see how it is used.