starlark-rust
starlark-rust copied to clipboard
Fix hover info & go to definition for named parameters
Builds on top of #117
Previously, hovering over or triggering "go to definition" for named parameters in function calls did nothing. This PR makes sure the required information is exposed, so both of these work as expected.
Example from starlark_syntax/testcases/parse/aspect.star
(after adding function documentation—otherwise only go to definition does anything):