Vscode-powershell: Question: Adding Custom Functions and scripts to Intellisense

Created on 18 Jun 2018  路  3Comments  路  Source: PowerShell/vscode-powershell

Is there a way i can add functions and scripts i've written into intellisense?
i've added a few commands into my profile, like creating log files, connecting to external services etc

I'd like to call those commands within other scripts. is it possible to load their signatures/expressions into the intellisense engine?

Most helpful comment

No issues at all, except for my general lack of understanding of powershell. But that is an issue which is far out of scope for this repo lol

All 3 comments

Yes! All you need to do is highlight them and hit F8. That will load them into the session.

Let me know if you have any trouble. I'm going to close this for now :)

No issues at all, except for my general lack of understanding of powershell. But that is an issue which is far out of scope for this repo lol

Was this page helpful?
0 / 5 - 0 ratings