Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Built Value SnippetsNew to Visual Studio Code? Get it now.

Built Value Snippets

GiancarloCode

|
2,933 installs
| (1) | Free
Snippets for built_value package
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Built Value Snippets

This extension contains code snippets for built_value package.

Demo

Features

  • 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

Known Issues

At this time, there are no known issues. If you discover a bug or would like to see a snippet added, please create an issue or pull request at our GitHub repository.

Release Notes

1.2.0

  • Renamed toMap() to toJson() in bvts, bvtsf, bvtgs and bvtgsf snippets
  • Renamed fromMap(Map<String, dynamic> map) to fromJson(Map<String, dynamic> json) in bvts, bvtsf, bvtgs and bvtgsf snippets

1.1.0

  • Added bves (Built Value Enum Serializable) snippet
  • Added bvesf (Built Value Enum Serializable File) snippet
  • Fixed bvs (Built Value Serializers) snippet

1.0.0

  • Initial release
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft