ant-druha / intellij-powershell

Adds PowerShell language support to IntelliJ-based IDEs.
https://plugins.jetbrains.com/plugin/10249-powershell
Apache License 2.0
70 stars 19 forks source link

Have an option to send selected code to PowerShell console #280

Closed young-zhang closed 1 month ago

young-zhang commented 1 month ago

You can send code to C# Interactive, or F# Interactive. In VSCode, one can send code to the PowerShell console with F8. However, this feature is missing from the PowerShell plugin for JetBrains.

ForNeVeR commented 1 month ago

I think this is a duplicate of #29.

young-zhang commented 1 month ago

Yes, this is indeed a dup of #29 - thanks for closing it for me.