starlark-rust icon indicating copy to clipboard operation
starlark-rust copied to clipboard

Fix hover info & go to definition for named parameters

Open MaartenStaa opened this issue 5 months ago • 0 comments

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): Screenshot 2024-03-15 at 14 42 03

MaartenStaa avatar Mar 15 '24 13:03 MaartenStaa