puppetlabs / puppet-editor-services

Puppet Language Server for editors
Apache License 2.0
45 stars 21 forks source link

Add autocomplete for forge modules in Puppetfile #254

Closed glennsarti closed 3 years ago

glennsarti commented 4 years ago

Use Case

When typing a partial module name in a Puppetfile, it would be nice if autocomplete could be invoked to complete the rest of the name

Additional Context

From https://github.com/puppetlabs/puppet-editor-services/issues/28

jpogran commented 3 years ago

This was completed client side in https://github.com/puppetlabs/puppet-vscode/issues/709