Visual Studio代码 - 静态方法缺少IntelliSense

时间:2016-03-02 14:34:49

标签: powershell visual-studio-code intellisense

我已经安装了带有ms-vscode.PowerShell-0.4.1扩展名的Visual Studio Code 0.10.8。

IntelliSense([ctrl] + [space])工作正常:

intellisense

...但不适用于静态方法:

intellisense

PowerShell ISE中没有此类问题:

enter image description here

我非常喜欢vscode的感觉和速度,但是我正在使用许多.NET类,如果没有完整的IntelliSense支持,它将无法从ISE切换。有想法该怎么解决这个吗?

1 个答案:

答案 0 :(得分:0)

Visual Studio Code没有内置的官方PowerShell支持。

您可能发现了一个错误,或者缺少PowerShell扩展功能。

我建议在他们的GitHub回购中发布一个问题:https://github.com/PowerShell/vscode-powershell