EditorServicesCommandSuite icon indicating copy to clipboard operation
EditorServicesCommandSuite copied to clipboard

ConvertTo-SplatExpression expands the outer expression if touching the brace

Open ninmonkey opened this issue 3 years ago • 0 comments

At first I thought splat was breaking. Instead I think it's triggering different on the left brace.

image

If the cursor is on

  • a, c, or d it will expand the outer expression
  • b will try to expand the inner $_

ninmonkey avatar Jul 19 '21 19:07 ninmonkey