(sort of) Updating the Powershell ISE
The Powershell ISE is now being developed independently of the Windows Management Framework. What does this mean?
1. Install Windows Management Framework 5.
2. Run Install-Module PowerShellISE-preview.
3. Run it with isep
4. For start menu shortcuts run Install-ISEPreviewShortcuts
https://blogs.msdn.microsoft.com/powershell/2016/01/20/introducing-the-windows-powershell-ise-preview/
- Follow David Wilson: https://twitter.com/daviwil
- Hear him talk about it here: http://powershell.org/wp/2016/02/08/up-next-david-wilson-from-microsoft-talks-about-powershell-ise-vs-code/
Visual Studio Code
https://code.visualstudio.com/Docs/?dv=win
CTRL+K, M -> set language to Powershell
Install powershell extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell