博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
PowerShell PSReadLine特性
阅读量:6456 次
发布时间:2019-06-23

本文共 687 字,大约阅读时间需要 2 分钟。

之前配置完VSCode和PowerShell集成后,可以使用powershell的智能感知,高亮等功能,查了一下,这个应该跟PSReadLine有关系。PSReadLine在PowerShell控制台中提供了改进的命令行编辑体验。

PSReadLine需要PowerShell 3.0或更高版本以及控制台主机。它在PowerShell ISE中不起作用。它在Visual Studio Code的控制台中工作。

PSReadLine provides a powerful command line editing experience for the PowerShell console. It provides:

Syntax coloring of the command lineA visual indication of syntax errorsA better multi-line experience (both editing and history)Customizable key bindingsCmd and Emacs modesMany configuration optionsBash style completion (optional in Cmd mode, default in Emacs mode)Emacs yank/kill ringPowerShell token based "word" movement and kill

转载于:https://blog.51cto.com/543925535/2398160

你可能感兴趣的文章
C#技术------垃圾回收机制(GC)
查看>>
漫谈并发编程(三):共享受限资源
查看>>
【转】github如何删除一个仓库
查看>>
Linux系统编程——进程调度浅析
查看>>
大数据Lambda架构
查看>>
openCV_java 图像二值化
查看>>
状态模式
查看>>
删除CentOS / RHEL的库和配置文件(Repositories and configuraiton files)
查看>>
DJANGO变动库的一次真实手动经历
查看>>
8个基本的引导工具的网页设计师
查看>>
【下载分】C语言for循环语句PK自我活动
查看>>
VC++获得微秒级时间的方法与技巧探讨(转)
查看>>
HDOJ-1010 Tempter of the Bone
查看>>
MySQL my.cnf参数配置优化详解
查看>>
HDU/HDOJ 2102 A计划 广度优先搜索BFS
查看>>
JavaNIO基础02-缓存区基础
查看>>
阿里 Blink 正式开源,重要优化点解读
查看>>
日本开设无人机专业,打造无人机“人才市场”
查看>>
190行代码实现mvvm模式
查看>>
Oracle数据库常用命令
查看>>