tilt-dev / starlark-lsp

Starlark LSP server
Apache License 2.0
31 stars 5 forks source link

lsp: calculate hover by symbol rather than function call #27

Closed landism closed 2 years ago

landism commented 2 years ago

The existing hover implementation only matches syntactically valid function calls.

This PR allows Tilt to match on variables, attributes, and function calls that don't yet have parentheses.