Built Value Snippets for Visual Studio Code and IntelliJ.
Visual Studio Code | IntelliJ |
---|---|
- Speeds up development
- Eliminates boilerplate
Shortcut | Expanded | Description |
---|---|---|
bvh |
Built Value Header | Built Value Header |
bvuf |
Built Value Updates Function | Built Value Updates Function |
bvt |
Built Value Type | Built Value Type |
bvtf |
Built Value Type File | Built Value Type File whose name corresponds to the file name |
bvts |
Built Value Type Serializable | Built Value Type Serializable |
bvtsf |
Built Value Type Serializable File | Built Value Type File whose name corresponds to the file name |
bvtg |
Built Value Type Generic | Built Value Type Generic |
bvtgf |
Built Value Type Generic File | Built Value Type Generic File whose name corresponds to the file name |
bvtgs |
Built Value Type Generic Serializable | Built Value Type Generic Serializable |
bvtgsf |
Built Value Type Generic Serializable File | Built Value Type Generic Serializable File whose name corresponds to the file name |
bve |
Built Value Enum | Built Value Enum |
bvef |
Built Value Enum File | Built Value Enum File whose name corresponds to the file name |
bves |
Built Value Enum Serializable | Built Value Enum Serializable |
bvesf |
Built Value Enum Serializable File | Built Value Enum Serializable File whose name corresponds to the file name |
bvec |
Built Value Enum Constant | Built Value Enum Constant |
bvecf |
Built Value Enum Constant File | Built Value Enum Constant File whose type corresponds to the file name |
bvs |
Built Value Serializers | Built Value Serializers |
@n |
@nullable | @nullable |
@m |
@memoized | @memoized |
@bv |
@BuiltValue | @BuiltValue |
@bvf |
@BuiltValueField | @BuiltValueField |
@bve |
@BuiltValueEnum | @BuiltValueEnum |
@bvec |
@BuiltValueEnumConst | @BuiltValueEnumConst |