JetBrains / JetBrains/resharper-unity
Quick fix for Debug.LogFormat
Open
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Rider offers a quick fix to transform concatenated strings into a String.Format invocation instead (or string interpolation if available in language level)
It'd be great if it's possible that, if concatenation appears inside a Debug.Log (or Warning/Error variants), that it offers a suggestion to use Debug.LogFormat instead.
Contributor guide
Assessment
This issue has not been assessed yet.