Closed glennsarti closed 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.
Thanks!
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.