We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Is it possible to support dot sourcing to pull Intellisense across files?
e.g.
\ \a.ps1 \b.ps1
# a.ps1 function Get-Foo($baz) { write-host $baz } # b.ps1 . $PsScriptRoot\b.ps1 Get-Foo -baz