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

Raw string guide line isn't shown in "Peek definition" window #73431

Open
DoctorKrolic opened this issue May 10, 2024 · 0 comments
Open

Raw string guide line isn't shown in "Peek definition" window #73431

DoctorKrolic opened this issue May 10, 2024 · 0 comments
Labels
Area-IDE help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Projects
Milestone

Comments

@DoctorKrolic
Copy link
Contributor

DoctorKrolic commented May 10, 2024

Version Used:
VS 17.10.0 Preview 7.0

Steps to Reproduce:

M();

void M()
{
    var str = """
        Long
        Multiline
        Raw
        String
        """;
}

Peek definition on M()

Expected Behavior:
Raw string guide line is shown in both views

Actual Behavior:
Raw string guide line is only shown in the actual editor and not in "Peek definition" window:
devenv_BETO2ZYYZS

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels May 10, 2024
@DoctorKrolic DoctorKrolic changed the title Raw string guide line isn't shown in "Peak definition" window Raw string guide line isn't shown in "Peek definition" window May 10, 2024
@CyrusNajmabadi CyrusNajmabadi added help wanted The issue is "up for grabs" - add a comment if you are interested in working on it and removed untriaged Issues and PRs which have not yet been triaged by a lead labels May 10, 2024
@CyrusNajmabadi CyrusNajmabadi added this to InQueue in Small Fixes via automation May 10, 2024
@CyrusNajmabadi CyrusNajmabadi added this to the Backlog milestone May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Projects
Small Fixes
  
InQueue
Development

No branches or pull requests

2 participants