PS7 ScriptDesk — early public pre-release of an ISE-style editor for PowerShell 7.x #27455
RonB56
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
Very cool idea. I'll definitely be following this project. My initial feedback is that the UI feels very busy and yet there's also a ton of wasted space. If I were you, I'd take another look at the ISE design and try to copy it as closely as you can for a 1.0 release, and then evolve it from there with additional features as needed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I wanted to share an early public pre-release of a free PowerShell tool I have been working on.
PS7 ScriptDesk is an ISE-style scripting environment focused on PowerShell 7.x. The goal is to provide a simpler, PowerShell-specific workflow for people who miss the feel of the classic Windows PowerShell ISE, but want to work with modern PowerShell 7.x.
It is not intended to replace VS Code. It is meant to be a focused alternative for users who prefer a dedicated PowerShell scripting environment.
Current focus areas include:
This is still an early release, so I am especially interested in feedback around script execution, debugger behavior, console behavior, and whether this kind of ISE-style workflow is useful to other PowerShell users.
Release:
https://github.com/RonB56/PS7-ScriptDesk/releases/tag/v1.0.41
Feedback and bug reports are welcome through GitHub Issues.
Thanks,
-Ron
Beta Was this translation helpful? Give feedback.
All reactions