Visual Studio Code POWERSHELL: COMMAND EXPLORER

Thoman, Nick 56 Reputation points
2023-03-28T13:04:19.29+00:00

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??

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,050 questions
0 comments No comments
{count} votes

3 additional answers

Sort by: Most helpful
  1. 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

  2. Rich Matheisen 44,776 Reputation points
    2023-06-03T15:07:19.8666667+00:00

  3. Thoman, Nick 56 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?

    https://github.com/michelderooij/Connect-Office365Services

    User's image