New Easy Powershell Editor
Hi All!
There are some editors for powershell scripting but we typically prefer editor based on our conveniences. It is good to know about some editors even though we are not using it.
we use windows powershell or powershell ISE or VS Code or even notepad but some editors provide additional features like intellisense for ex: (pwsh ISE) when compared with notepad.
In this post, we are going to see a new editor called PSEditor which offers below main features over other editors.
- Showing errors/syntax errors without executing script.
- Instead of whole script execution, we can execute the selected part.
- Auto formatting/alignment of script using ctrl+shift+R
Please look into the below image and try at your end. Happy Learning and Enjoy!
Comments
Post a Comment