You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use code-complete in the PowerShell integrated terminal?
Especially while debugging it would be really great to be able to write some small commands using code-complete like in ISE.
Instead, I have to write these commands in a new ps1 file and execute the file (or just a selection from the file). Is there a better way to do this?
Regards,
Fabian
The text was updated successfully, but these errors were encountered:
By "code complete" do you mean tab completion or the IntelliSense UI popup that the ISE has in the console? The former works, the later probably will not happen because the VS Code team would have to enable it. The best you might get is PSReadline's completion menu that gets rendered in the console once we get PSReadline hooked up there.
Hi David,
thanks for your reply. I'm talking about the IntelliSense popup menu in ISE. Sad that won't work anytime soon 😞
Do you have any info on when PSReadline is going to be supported?
Is it possible to use code-complete in the PowerShell integrated terminal?
Especially while debugging it would be really great to be able to write some small commands using code-complete like in ISE.
Instead, I have to write these commands in a new ps1 file and execute the file (or just a selection from the file). Is there a better way to do this?
Regards,
Fabian
The text was updated successfully, but these errors were encountered: