Intellisense在vscode中用于PowerShell飞溅?

Intellisense在vscode中用于PowerShell飞溅?,powershell,visual-studio-code,intellisense,parameter-splatting,Powershell,Visual Studio Code,Intellisense,Parameter Splatting,我的理解是,在PowerShell脚本中进行更长时间的函数调用时,最好/推荐使用的方法是使用splating变量。然而,我使用vscode作为我的主要IDE,可以理解的是,将参数提取到一个哈希表中并将其散置会使intellisense无法使用 是否有任何用于splatting的库/框架/vscode扩展,允许通过命名约定或类似的方式使用intellisense

我的理解是,在PowerShell脚本中进行更长时间的函数调用时,最好/推荐使用的方法是使用splating变量。然而,我使用vscode作为我的主要IDE,可以理解的是,将参数提取到一个哈希表中并将其散置会使intellisense无法使用

是否有任何用于splatting的库/框架/vscode扩展,允许通过命名约定或类似的方式使用intellisense