facebook / starlark-rust

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

feat: support document symbols requests in lsp #115

Open MaartenStaa opened 4 months ago

MaartenStaa commented 4 months ago

This allows requesting a list/tree of symbols in the current document. The following items are currently exposed:

Example from starlark_syntax/testcases/parse/android_sdk_repository_template.star:

Screenshot 2024-03-12 at 14 37 51