Feature would be similar to current named parameter resolving for HQL.
When code uses the PreparedStatement API, it would be helpful if the "index" values used by the various ps.setXxx(index, something) methods could be resolved to the relevant '?' placeholders in the prepared statement SQL. Of course, only when actual integer literals are used.