UTF8 string IDE follow up items #60582
Labels
Area-IDE
Feature - Utf8StringLiterals
User Story
A single user-facing feature. Can be grouped under an epic.
Milestone
Relates to #58848
Proposal - https://github.com/dotnet/csharplang/blob/main/proposals/utf8-string-literals.md
Existing features:
String split command handler(done in Grab bag of UTF8 string support in IDE features #60599)Brace matching for double quotes(done in Grab bag of UTF8 string support in IDE features #60599)Structure navigation(done in Grab bag of UTF8 string support in IDE features #60599)Pressing F1 on the(done in Grab bag of UTF8 string support in IDE features #60599)u8
suffix?New potential features:
Code style option to prefer- Code style to convert byte arrays to UTF8 strings #60647"abc"u8" instead of
new byte[] { 1, 2, 3}`"abc"u8" instead of
Encoding.UTF8.GetBytes("literal")Code style option to prefer explicitNo longer applicableu8
suffix forROS<byte> x = "ABC"
The text was updated successfully, but these errors were encountered: