intellij-powershell
intellij-powershell copied to clipboard
Adds PowerShell language support to IntelliJ-based IDEs.
Rider 2022 (both 2022.1.2 and 2022.2 RC) hangs while one edits PowerShell code (plugin 2.0.10). No need to run the code, just edit it. https://youtrack.jetbrains.com/issue/IDEA-298925/ shows a stack trace.
Is there a way to execute script or selection in the integrated console? Similar to what F5/F8 do in powershell ISE or VSCode?
### Desired behavior Comments for parameters are aligned with the parameters and/or an option is provided in the format settings to allow such customization. When commented in this way, they...
I just installed your plugin and now the IntelliJ log is flooded with warning messages like > 2022-06-15 18:30:58,157 [5828953] WARN - emon.impl.AnnotationHolderImpl - Exception 'com.intellij.diagnostic.PluginException: 'AnnotationHolder.createInfoAnnotation()' method (the call...
When i try to prompt for input via "Read-Host" (or specifying parameters) I don't see the prompt displayed and the script hangs? example: ``` param ( [Parameter(Mandatory)] [string]$name = $(...
This `java.lang.StackOverflowError` occurred while editing a simple ps1 file. (10 statements, 4 comments). Unfortunately, I do not know how to reproduce the Issue. Only seen once. I was last messing...
How can I create a new project. It's not documented anywhere. And is it possible to set breakpoints?
Pester should be integrated in the run configuration like other languages have their xUnit etc. support. I got stuck with running pester explicitly from the IDE (terminal or run) -...
When i copy code from any file (also from a .ps1 file) and paste it into a .ps1 file, all indentation is removed