PS App Deployment Toolkit and Intellisense

Does anyone know if there is a way to add Intellisense or autocomplete for the App Deployment Toolkit functions in the Powershell ISE? Importing a module or something??? For example, I think it would a great help when creating deployment scripts to type “Execute-” and have your options of Process, ProcessAsUser or MSI pop up in a drop down, like with this powershell built-in command “get”. Any help would be greatly appreciated!

This is something we’re working on for the next major version. Stay tuned.

FYI: autocomplete works in PowerGui if you run debug on Deploy-Application.ps1 once or at least to the point right after loading AppDeployToolkitMain.ps1.

I do this all the time. No having to remember all the parameters of every function is a godsend.

Just dot-source it by running . .\AppDeployToolKit\AppDeployToolkitMain.ps1 in the console once you’ve opened ISE in the script folder.