rhaiscript / lsp

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

Semantic tokens #16

Closed tamasfe closed 2 years ago

tamasfe commented 2 years ago
tamasfe commented 2 years ago

Basic reference-based tokens work, but tokens are not "carried" further yet: image These will be done with type resolution along with closure implementations.

tamasfe commented 2 years ago

I temporarily removed the semantic tokens, they will be reimplemented on top of the type system.

Currently the only semantic token is for custom operators.