puppetlabs / puppet-editor-services

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

(GH-207) Allow Qualified Resource Names in hover provider #225

Closed glennsarti closed 4 years ago

glennsarti commented 4 years ago

Fixes #207

Previously the hover provider ignored qualified names like '::foo::bar`. This commit updates the Hover Provider to allow QualifedNames but use what the name is of during processing. This commit also adds tests for this scenario.

jacobeatsspam commented 4 years ago

Thanks!