Can I get intellisense in powershell?

Viewed 21974

Edit: Anyone coming to the question now. Please look at the dates. This is a very, very, old question from the first version of PowerShell. Everything is now different

Just starting out with PowerShell, I would love to have intellisense support for writing PowerShell scripts. Tab-completion works great so you would think it would exist somewhere, but the only thing I can find an article from 2007 - hardly up to date.

Is there an extension somewhere that gives you this ability?

How about an editor?

9 Answers

The Windows PowerShell ISE which is installed with later versions of PowerShell has got built-in intellisense.

Also Visual Studio Code with the PowerShell extension is another option

And ISE Steroids if you want to stay with ISE

But seems direction is VS Code, especially with Core

Related