Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secondary dashed line appears in raw string literals #59598

Closed
jnm2 opened this issue Feb 17, 2022 · 1 comment · Fixed by #75938
Closed

Secondary dashed line appears in raw string literals #59598

jnm2 opened this issue Feb 17, 2022 · 1 comment · Fixed by #75938

Comments

@jnm2
Copy link
Contributor

jnm2 commented Feb 17, 2022

Version Used: 17.2-p1

This is visually noisy and potentially confuses the sense of where the indentation actually starts, depending on the literal. There doesn't seem to be a purpose to it, either.

var x = """ line 1 indented lines further indentation ... back back again """;

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Feb 17, 2022
@jnm2
Copy link
Contributor Author

jnm2 commented Feb 17, 2022

It seems to be following the first character on the line that contains the starting quotes, which is fun:
image

Perhaps it was meant to look like this even if the starting quotes appear on their own line:
image

@jinujoseph jinujoseph added Concept-Continuous Improvement and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Feb 23, 2022
@jinujoseph jinujoseph added this to the 17.2 milestone Feb 23, 2022
@allisonchou allisonchou modified the milestones: 17.2, 17.3 Mar 16, 2022
@arunchndr arunchndr modified the milestones: 17.3, 17.6 P2 Jan 17, 2023
@arunchndr arunchndr modified the milestones: 17.6 P2, Backlog Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants