- Click any command in the Powershell Command Explorer.
- Press Ctrl+F.
- Enter your search.
Visual Studio Code POWERSHELL: COMMAND EXPLORER
With MS killing ISE for PowerShell 7 and forcing people to move to Visual Studio Code.... there is a feature of ISE that is lacking in the new ISE Shell Plugin for Visual Studio Code. I can't seem to find a way to Filter the Command Explorer like I could in ISE. For instance.... say I want to see all the SharePoint Online commands available. In the old ISE I could just type SPO in the search and it would show me all the commands available with SPO in the name. If I wanted to narrow it down even further, I could change the Module drop down to just the module.
How do you do this in Visual Studio Code? As far as I can tell you just have to scroll through the giant list of commands??
-
Nat Dunn 75 Reputation points
2023-06-03T09:28:38.6733333+00:00
3 additional answers
Sort by: Most helpful
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
-
Rich Matheisen 47,391 Reputation points
2023-06-03T15:07:19.8666667+00:00 VS Code is pretty versatile. If the ISE behavior makes you comfortable, read this: https://learn.microsoft.com/en-us/powershell/scripting/dev-cross-plat/vscode/how-to-replicate-the-ise-experience-in-vscode?view=powershell-5.1
-
Thoman, Nick 61 Reputation points
2023-06-05T16:58:30.2366667+00:00 I also use the following script to create connections to O365 and keep my plugins up-to-date. Can you do something like this in VS Code?