Skip to content

Intellisense loading modules? #867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
andystumph opened this issue Jun 12, 2017 · 1 comment
Closed

Intellisense loading modules? #867

andystumph opened this issue Jun 12, 2017 · 1 comment

Comments

@andystumph
Copy link

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


### 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.


@daviwil
Copy link
Contributor

daviwil commented Jun 12, 2017

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!

@daviwil daviwil closed this as completed Jun 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants