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
### Issue Description
Is Intellisense supposed to be automatically loading modules? When typing in commands in the editor, it's automatically loading any/all modules that match the partial command.
For example, typing "Invoke-Az" and pausing will automatically load several Azure modules. Or typing "Invoke-Po" loads SQLPS.
The text was updated successfully, but these errors were encountered:
I need to change that behavior indeed. I've got a partially completed fix for it, need to finish it up. This fix is being tracked with issue #715 so keep an eye on that issue to know when it gets completed. Thanks!
System Details
PS C:> code -v
1.13.0
376c52b955428d205459bea6619fc161fc8faacf
PS C:> $psEditor.EditorServicesVersion
Major Minor Build Revision
1 3 1 0
PS C:> code --list-extensions --show-versions
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
PS C:> $PSVersionTable
Name Value
PSVersion 5.0.10586.117
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.117
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered: