user.lang.java.java
| state var | Insert “var “ |
| boxed [type] {user.java_boxed_type} | Insert text at the current cursor position |
| generic [type] {user.java_generic_data_structure} | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| type {user.code_type} array | Insert text at the current cursor position code_operator_subscript (e.g., C++ []) |
| [state] {user.java_modifier} | Insert text at the current cursor position |
| op array | code_operator_subscript (e.g., C++ []) |
| op new | Insert text at the current cursor position |