mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2024-10-01 03:15:42 -04:00
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.
This commit is contained in:
parent
881ebe88b3
commit
8c39cc0dc3
12
readme.md
12
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user