pulumi / pulumi-lsp

A LSP server for Pulumi YAML
Apache License 2.0
22 stars 0 forks source link

Support autocomplete for `Fn::` shorthand #48

Closed iwahbe closed 2 years ago

iwahbe commented 2 years ago

Fixes #46

This PR adds support for completing on Fn::. It includes both builtin functions such as Fn::Split and invokes such as Fn::aws:s3:getBucketObject.