PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
632 stars 215 forks source link

Implement completion provider for #Requires statements #493

Open rkeithhill opened 7 years ago

rkeithhill commented 7 years ago

Not sure if this used to work but it isn't in 1.2.1 and it would be really nice to have.

daviwil commented 7 years ago

Doesn't work because the PowerShell engine doesn't give completions for it. However, we should be able to start adding custom completions soon when I add the completions provider APIs :)

rkeithhill commented 7 years ago

Cool. I'd like to write this one.

daviwil commented 7 years ago

That'd be great!

daviwil commented 7 years ago

Depends on this issue: https://github.com/PowerShell/PowerShellEditorServices/issues/494