You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
``nn'@is appended (two new lines, followed by`'@`), and then the caret should be moved to the middle line (see screenshot)
This is probably caused by how VS Code does its quote completions, they might not account for weird syntax like ours. I'll see if there's anything I can do on our side.
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
@'
: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
The text was updated successfully, but these errors were encountered: