You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's probably easy to find all String constants, but using string interpolation might not make sense in all cases. e.g. when splitting strings over multiple lines for formatting or when you have a long and complicated expression instead of just name.
It would be cool to add a rule which prefers string interpolation over using + on strings.
E.g.
The text was updated successfully, but these errors were encountered: