Powershell Core with Powershell.ISE

Has anyone been able to use the powershell ise environment (Redundant I know) to edit/test/execute Powershell Core Scripts?

You can use ISE to write a script that will execute in PowerShell v6 BUT the intellisense in ISE is geared for Windows PowerShell. if you want to work across PowerShell v5.1 and v6 you’re much better off using VScode (and I say that while preferring ISE to VScode) as you can swap the terminal pane between v5.1 and v6

Richard, Thanks! This is what I had figured. I just wanted to make sure I wasn’t missing anything.