在PowerShell 3.0 中的ISE编辑器中可以通过Ctrl+J选择一些预定义的代码片断,例如,条件
、循环、函数、注释等语句模版。用户可以通过New-IseSnippet来添加自定义的代码片段,这样自己代码模版也会出现在代码片段对话框中。
PS>New-ISESnippet -Title "ScriptTitle" -Text "# <Script title goes here> by Paul Shen" -Description "Comment line for script title" PS> Get-IseSnippet 目录: I:\Users\Lee\Documents\WindowsPowerShell\Snippets Mode LastWriteTime Length Name ---- ------------- ------ ---- -a--- 2013/5/5 0:47 714 ScriptTitle.snippets.ps1xml
本文链接: https://www.pstips.net/new-isesnippet.html
请尊重原作者和编辑的辛勤劳动,欢迎转载,并注明出处!
请尊重原作者和编辑的辛勤劳动,欢迎转载,并注明出处!