You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @LaurentDardenne for opening this issue and for providing the repro steps! We dont have scheduled time for this fix at the moment but I will mark it as up for grabs
This is mostly fixed. That is, the problem where the command name's when qualified with a module name treated the whole string as the command name has been fixed by stripping the module name when building the reference tables. However, we still have a separate "problem" where we can't jump to definition (or find references) in modules that are only imported via the import statement in a piece of code; the actual definition/references must be in script files within the workspace.
Prerequisites
Summary
Once added a module name to a function name, 'the menu' considers this syntax as a full function name.
see: #928
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Use the 'Module-Qualified Cmdlet Names' syntax into a script.
Visuals
Before
inside the module

inside a script

After
inside a script

inside the module

Logs
No response
The text was updated successfully, but these errors were encountered: