-
Notifications
You must be signed in to change notification settings - Fork 517
Closed
Labels
Description
Issue
When you type @'
, a single quote is tacked on at the end, but doesn't include the closing @
, so you're left with @''
, which isn't a useful PowerShell construct.
Expected Result
In my opinion, one of two things should happen, when you type @'
:
- Nothing
- ``n
n'@
is appended (two new lines, followed by`'@`), and then the caret should be moved to the middle line (see screenshot)
Cheers,
Trevor Sullivan
Microsoft MVP: Cloud & Data Center Management
https://trevorsullivan.net
https://twitter.com/pcgeek86