< Back
Enable-PSReadLineSmartInsertDelete
Post
NAME Enable-PSReadLineSmartInsertDelete
SYNOPSIS
Enable the smart insert/delete.
SYNTAX
Enable-PSReadLineSmartInsertDelete [<CommonParameters>]
DESCRIPTION
The next four key handlers are designed to make entering matched quotes
parens, and braces a nicer experience. I'd like to include functions in
the module that do this, but this implementation still isn't as smart as
ReSharper, so I'm just providing it as a sample.
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS
https://github.com/PowerShell/PSReadLin ... rofile.ps1
SYNOPSIS
Enable the smart insert/delete.
SYNTAX
Enable-PSReadLineSmartInsertDelete [<CommonParameters>]
DESCRIPTION
The next four key handlers are designed to make entering matched quotes
parens, and braces a nicer experience. I'd like to include functions in
the module that do this, but this implementation still isn't as smart as
ReSharper, so I'm just providing it as a sample.
PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
RELATED LINKS
https://github.com/PowerShell/PSReadLin ... rofile.ps1