Open
Description
Environment
- Editor and Version (VS Code, Atom, Sublime):
- Your primary theme: Dark
Issue Description
New feature added to PowerShell PowerShell/PowerShell#10636 for null coalescing operators.
New feature added to PowerShell PowerShell/PowerShell#10960 for null conditional member access.
Screenshots
Expected Behavior
Code Samples
$x ?? $y
$x ??= 10
${x}?.name
${x}?[0]
${x}?.MyMethod()
${x}?.name = 'myname'
${x}?['item'] = 'value'
Metadata
Metadata
Assignees
Labels
No labels