Skip to content

Non-raw string in C++? #4

@blackworm27

Description

@blackworm27

Are there any plans to support non-raw string literals in C++?

I am often pasting very long strings containing quote characters that need escaping. The raw string paste works, but it prevents the formatting (clang-format) splitting the string into multiple lines and wrapping it, allowing me to read the entire string in the code. Otherwise most of the long line is hidden to the right.

I would very much love a feature to select raw or non-raw escaped paste in C++. Or, if someone could point me to an extension that supports this, I would be very grateful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions