intellij-powershell icon indicating copy to clipboard operation
intellij-powershell copied to clipboard

How to create a new project

Open WebTiger89 opened this issue 5 years ago • 1 comments

How can I create a new project. It's not documented anywhere. And is it possible to set breakpoints?

WebTiger89 avatar Feb 23 '20 02:02 WebTiger89

You could use the normal powershell way to do breakpoints

kevinholtkamp avatar Apr 23 '22 13:04 kevinholtkamp

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.

ForNeVeR avatar Sep 18 '23 22:09 ForNeVeR