tilt-dev / starlark-lsp

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

Parse module paths + Completion #11

Closed nicksieger closed 2 years ago

nicksieger commented 2 years ago

Let --builtin-path point to directory containing builtin modules to load as builtins. Implement completion message and offer symbols in scope plus available builtins that match the current expression.