powershell.exe 选项卡完成 - 列出替代方案?

发布于 2024-09-01 10:20:57 字数 156 浏览 6 评论 0原文

我以前从未真正使用过 PowerShell,并且玩了一下,看起来它使用 cmd.exe 的 Tab 完成样式(填写第一个可能的候选者,然后您可以使用 Tab 循环选择其他选项)。我更喜欢 bash 的工作方式,如果有多个候选者,它会显示它们的列表。

有没有一种简单的方法可以打开它?

I've never really used PowerShell before, and playing with it a bit, it looks like it uses cmd.exe's style of tab completion (fill in the first likely candidate, and then you can use tab to cycle through other alternatives). I'd much prefer the way e.g. bash works, where if there are multiple candidates, it shows a list of them.

Is there an easy way to turn this on, by any chance?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

别靠近我心 2024-09-08 10:20:57

我已经看到这是通过一个名为 PowerTab (原始帖子)。对于脚本编辑,有一些编辑器支持这种下拉智能感知。查看免费的 PowerGUI 编辑器。

I have seen this implemented with an add-on called PowerTab (original post). For script editing there are some editors that support this sort of drop down Intellisense. Check out the free PowerGUI editor.

奈何桥上唱咆哮 2024-09-08 10:20:57

您想要 PSReadline: https://github.com/lzybkr/psreadline

它包含您的许多补全和 shell 体验可能期望来自 bash 等。

You want PSReadline: https://github.com/lzybkr/psreadline

It includes many completion and shell experiences you might expect from bash, etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文