intellij-powershell
intellij-powershell copied to clipboard
How to create a new project
How can I create a new project. It's not documented anywhere. And is it possible to set breakpoints?
You could use the normal powershell way to do breakpoints
How can I create a new project.
So far, the plugin doesn't support creating any sort of "PowerShell-only" projects.
If you need one, you may just start from an empty project in the new project wizard, and then just add .ps1 files in any project directories.
And is it possible to set breakpoints?
Not yet, but feel free to watch for #19. This is under consideration.