VSCode 终端智能感知

VSCode terminal IntelliSense

Powershell ISE 终端具有 IntelliSense 功能。 get/enable 是否可以在 VSCode powershell 终端

中使用相同的 IntelliSense 功能

非常感谢

VSCode 的 PowerShell 扩展 (PSReadLine) 仍在为下一个增强功能准备中,正在处理的团队应该会尽快发布。

从我读到的内容来看,在他们让 PSReadline 与 PowerShell 扩展的语言共存之前似乎还有很多工作要做。

根据讨论中 David Wilson 的评论

"PSReadline is not supported in the integrated console at this time. A non-trivial amount of work is needed to make PowerShell Editor Services and PSReadline play nicely together so this could take some time.

Features this will enable:

1.Ctrl+Arrow keys, etc (keyboard navigation of the input line)

2.Syntax highlighting of input text

3.Multi-line text input (writing a function definition in the console across multiple lines)"

您可以关注

上的讨论

https://github.com/PowerShell/vscode-powershell/issues/535