rhaiscript / lsp

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

Handle scoping of `this` in object closures #21

Open tamasfe opened 2 years ago

tamasfe commented 2 years ago

We simply have to add the object fields to the visible symbols.

tamasfe commented 2 years ago

I don't know why this was labelled as easy, also this is blocked by a proper type system.