How to remove indentation blank characters from an InterpolatedStringExpression in InterpolatedStringExpressionSyntax + raw string? #81541
-
|
Analyze raw string style For example : In string
And in string
How to remove the indentation blank characters? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Flithor Why do you need to do this? We've already done this when giving you things like the .ValueText off of the .TextToken from a InterpolatedStringTextSyntax. I think the data you want is already in the tree. But it's unclear since you haven't stated your use case. |
Beta Was this translation helpful? Give feedback.
@Flithor Why do you need to do this? We've already done this when giving you things like the .ValueText off of the .TextToken from a InterpolatedStringTextSyntax. I think the data you want is already in the tree. But it's unclear since you haven't stated your use case.