PowerShell 技能连载 - 在 PowerShell ISE 中添加单行注释
在前一个技能中,我们学习了针对 PowerShell ISE 的命令扩展。以下是另一个例子,增加 CTRL
+K
键盘快捷键,在选中的每一行尾部添加注释 (#
)。
1 | function Invoke-Comment |
PowerShell 技能连载 - 在 PowerShell ISE 中添加单行注释
http://blog.vichamp.com/2017/11/29/adding-single-line-comments-in-powershell-ise/