I'd like to be able to visually tell if a variable is read-only (final, or effective final), or mutable (because it gets assigned to), similar to how other IDEs support this. Motivation being that it ...