starlark-rust
starlark-rust copied to clipboard
Add signature help provider
Builds on top of #116 Fixes #87
Adds a signature help provider, which can show the signature of the function being called while typing the function call.
Example in starlark_syntax/testcases/parse/aspect.star
:
Also includes the parameter and function documentation, if present: