facebook / starlark-rust

A Rust implementation of the Starlark language
Apache License 2.0
672 stars 53 forks source link

Add signature help provider #117

Open MaartenStaa opened 4 months ago

MaartenStaa commented 4 months ago

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:

Screenshot 2024-03-15 at 14 37 49

Also includes the parameter and function documentation, if present:

Screenshot 2024-03-15 at 14 39 11