If you have big Strings, e.g. block Strings, with some %s (or other) placeholders for variables that are then inserted with an .formatted(...) invocation, it is sometimes really hard to see
- where the placeholder occurs in the String, or
- which variable name the placeholder refers to.
For 1. a solution would be to mark the corresponding placeholder inside the String if the cursor is on a variable inside .formatted(...)
For 2. one solution would be to highlight the according variable inside the .formatted(..) invocation. An alternative would be a popup with the variable name.