I write C# files in VS2022.
Oftentimes I will write multi-line strings like so, and Intellisense will repeatedly (it takes < 40 characters) suggest to put it all on the same line, like so:
This is obviously awful, I don't want that, and I'm certainly not in the habit of writing multi-paragraph strings in one line, but it just keeps suggesting it. This would be fine... if a space didn't accept its suggestion, making it virtually impossible to write multi-line strings without turning C# suggestions off entirely.
Is there a way to turn off specifically IntelliCode suggestions to put multi-line strings on the same line? I see no such thing in the place I'd expect to find such an option should it exist:


