-
Notifications
You must be signed in to change notification settings - Fork 511
Feature Request: Ability to run highlighted code via right-click? #581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yep, I can add that. |
Thank you sir! :) |
+1 to this, and any chance we could get a couple buttons added to the PowerShell terminal window as well, similar to the ISE? One for run script and one for run selection? |
Unfortunately I can't manipulate the terminal window UI so adding new buttons won't be likely. I'll add the context menu items for the next release, though. |
No prob, worth an ask. Having the context menu items will be great though. Thanks for the work on this! |
This change adds a new context menu action in the editor pane for the Run Selection command. Resolves PowerShell#581.
System Details
$PSVersionTable
:PSVersion 5.1.15061.0
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.15061.0
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Request Description
In addition to hitting F8 to run the currently highlighted code, could we have the ability to right-click and select an option to run the code as well? Similar to PowerShell ISE's option? (See Attached)
The text was updated successfully, but these errors were encountered: