Update FAQ.md

This commit is contained in:
Markus Fleschutz 2022-05-06 09:05:47 +02:00 committed by GitHub
parent d32dc93cbb
commit 10f409d2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,13 +64,13 @@ How to use PowerShell in Windows context menus?
Which editor to use for PowerShell scripts? Which editor to use for PowerShell scripts?
------------------------------------------- -------------------------------------------
* *PowerShell ISE* (Integrated Scripting Environment) - Official PowerShell development environment included with Microsoft Windows. * **Visual Studio Code** - Supporting syntax highlighting, on-the-fly problem checking and an integrated PowerShell Console (available for free on Linux, Mac OS and Windows, now recommended by Microsoft).
* *Visual Studio Code* - Supporting syntax highlighting, on-the-fly problem checking and an integrated PowerShell Console (available for free on Linux, Mac OS and Windows). * **PowerShell ISE** (Integrated Scripting Environment) - Former official PowerShell development environment included with Microsoft Windows.
* *PowerShell Studio* - Powerful PowerShell IDE with module, help, and user interface development tools, high DPI support and regular updates. * **PowerShell Studio** - Powerful PowerShell IDE with module, help, and user interface development tools, high DPI support and regular updates.
* *PowerShell Plus* - All in one IDE. * **PowerShell Plus** - All in one IDE.
* *Atom package* - Add-on with PowerShell language support for Atom. * **Atom package** - Add-on with PowerShell language support for Atom.
* *SublimeText package* - Add-on with PowerShell language support for Sublime Text. * **SublimeText package** - Add-on with PowerShell language support for Sublime Text.
* or simply use your *favorite text editor* * or your **favorite text editor** as an alternative.
How to write good PowerShell scripts? How to write good PowerShell scripts?