From 8c39cc0dc307c9198984357c0ba91bbc091b2c0b Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 16 Sep 2016 11:44:06 -0700 Subject: [PATCH] Update IDEs section in README.md This change renames the "IDEs" section to "Editors and IDEs" and adds more relevant editors to the list. Spelling and wording of existing entries has also been improved. --- readme.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 7ee826e..565ef4a 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [Modules](#modules) * [Frameworks](#frameworks) - * [IDE](#ide) + * [Editors and IDEs](#editors-and-ides) * [Package Managers](#package-managers) * [Build Tools](#build-tools) * [Security](#security) @@ -29,11 +29,15 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [PowerShell PowerUp](https://github.com/janikvonrotz/PowerShell-PowerUp) - A powerfull server management framework. - [PSCX](https://pscx.codeplex.com/) - Useful set of additional cmdlets. -### IDE +### Editors and IDEs -- [PowerGui](http://en.community.dell.com/techcenter/powergui/w/wiki) - Powerfull IDE to execute scripts local and remote. +- [PowerShell Studio](https://www.sapien.com/software/powershell_studio) - A powerful PowerShell IDE with module, help, and user interface development tools, high DPI support and regular updates. +- [PowerShell for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) - Provides IntelliSense, code navigations, script analysis, script debugging, and more for the [Visual Studio Code](https://code.visualstudio.com) editor. +- [PoshTools for Visual Studio](https://github.com/adamdriscoll/PoshTools) - Provides IntelliSense, script debugging, and Pester testing support for PowerShell to Visual Studio. +- [PowerShell ISE](https://msdn.microsoft.com/en-us/powershell/scripting/core-powershell/ise/using-the-windows-powershell-ise) - An official PowerShell development environment included with Microsoft Windows. +- [ISE Steroids](http://www.powertheshell.com/isesteroids/) - An add-on for the PowerShell ISE which provides a rich set of additional features to complete the ISE development experience. +- [PowerGui](http://en.community.dell.com/techcenter/powergui/w/wiki) - A powerful IDE for editing and executing scripts locally and remotely. - [PowerShell Plus](https://www.idera.com/productssolutions/freetools/powershellplus) - An all in one IDE. -- [Powershell Studio](https://www.sapien.com/software/powershell_studio) - Probably the most powerful and most expensive powershell IDE, with high DPI support and updates regularly. ### Package Managers