-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Description
Detection of function definitions is unreliable. Functions usages within a given file do not appear to raise errors if the function used doesn't exist either in the file in question or via an import.
Reproduction
- Create a PowerShell script file (.ps1) (File A).
- Use a made-up function (e.g. "Do-Thing").
- Note the lack of errors or warnings.
- Write an actual function in another .ps1 file (File B).
- Import the script within File A.
- Use the new function in File A.
- Attempt to view usages or go to the definition of the imported function.
- Observe failure.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed