Netbeans has an option to export settings and import them into other instances. There is also an option to export format settings, which is good if collaboration. Unfortunately there is only a global ...
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 ...