apple / pkl-lsp

Apache License 2.0
24 stars 6 forks source link

improve completions for unqualified access #30

Closed stackoverflow closed 1 week ago

stackoverflow commented 2 weeks ago

This will allow unqualified completions when the user didn't type anything:

foo = <caret>

foo {
  <caret>
}

bar = let (x = <caret>) x