withered-magic / starpls

An LSP implementation for Starlark, the configuration language used by Bazel and Buck2.
Apache License 2.0
109 stars 11 forks source link

feat: add srcs autocomplete #284

Open PeterCardenas opened 2 months ago

PeterCardenas commented 2 months ago

Add autocomplete for the srcs argument. The completion items are the filenames in the same directory as the file requesting completions.