Ctrl Shift P not working

In the videos I have watched accessing the form designer or generating Windows forms are accomplished by pressing Control Shift P, yet when I press that combination nothing happens.

I have created the Function New-User script shown in the videos.

I am using VS Enterprise 2019 Version 16.7.3
and PowerShell Pro Tools version 5.6.2

Hey @clif,

The Ctrl+Shift+P keyboard shortcut is for VS Code. In Visual Studio, you can follow this doc: https://docs.poshtools.com/powershell-pro-tools-documentation/visual-studio/user-interface-design/building-a-gui-with-windows-forms-in-visual-studio

Thanks Adam that helped a lot!

1 Like