Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>bb-code-snippetsNew to Visual Studio Code? Get it now.
bb-code-snippets

bb-code-snippets

Serhii

|
697 installs
| (1) | Free
Snippets for Bumblebee C# Framework
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

bb-code-snippets README

README for extension "bb-code-snippets".

Requirements

Be the part of T3UA Team of 1WorldSync Organization.

Snippet Prefixes

This snippets contributes the following prefixes:

  • MatchValueWithUnit: Creates new match method
  • gCNotebook: Creates 'getCapacity' method for Notebooks
  • gCDesktop: Creates 'getCapacity' method for Desktop
  • DictValues: Create dictionary Expression for MSHProject
  • locale: Create Locale Expression for MSHProject
  • prodList: Create List
  • switchMetric: Create switch construct for some unit value
  • color: Creates universal color expression
  • ExtnmbrsMax: Adds .ExtractNumbers Max construction
  • ExtnmbrsMin: Adds .ExtractNumbers Min construction
  • ExtnmbrsSum: Adds .ExtractNumbers Sum construction
  • ExtnmbrsFirst: Adds .ExtractNumbers First construction
  • ExtnmbrsLast: Adds .ExtractNumbers Last construction
  • Contains: Adds .Contains("") method
  • HasValue: Adds .HasValue("") method
  • Split: Adds .Split("") method
  • Flatten: Adds .Flatten("") method
  • Dist: Adds .Distinct() method
  • DistFlatten: Adds .Distinct().Flatten("") construction
  • Coalesce: Add Coalesce() construction
  • resListAdd: Adds construction that outputs list
  • getDataList: Adds construction to get all Values from attribute list
  • ToUpperFirstChar: Adds .ToUpperFirstChar() method
  • ToTitle: Adds .ToTitleCase() method
  • ToLower: Adds .ToLower() method
  • TrimEnd: Adds .TrimEnd("") method
  • RegexReplace: Adds .RegexReplace("", "") method
  • getContentLength: Check if anything was been added
  • FirstValueOrDefault: Adds .FirstValueOrDefault("") method
  • FirstUnit: Adds .FirstUnit("") method
  • FirstValueUSM: Adds .FirstValueUsm() method
  • FirstUnitUSM: Adds .FirstUnitUsm() method
  • Replace: Adds .Replace("", "") method
  • CoalesceWhere: Adds .Coalesce() with where construction
  • Round: Adds Math.Round() construction
  • DigitalContent: Get all lines from Digital Content info
  • Literal: Adds Literal main construction
  • varAttribute: Adds new variable from attribute
  • addYesOptional: Adds "Yes" on output Optional:ListYES:NO
  • addYesNoRequired: Adds "Yes" or "No" on output Required:ListYES:NO
  • addYesListOptional: Adds "Yes" from product List on output Optional:ListYES:NO
  • addYesListRequired: Adds "Yes" or "No" from product List on output Required:ListYES:NO
  • getAllDataFromList: Creates an expression: Get all data from attribute list
  • A: Create A[] construction
  • rList: Create result list of strings
  • matchStructure: Create basic structure for match
  • PremContent: Create structure for premium content
  • Coalesce: Create Coalesce() method

Known Issues

Not all methods add for this time :(

Release Notes

New features coming soon...

0.0.3

Add some basic structures (as PremContent etc,). Fix some basic methods (i.e .FirstValueOrDefault() as for now does not create quotes).

0.0.2

Add full readme.

0.0.1

Released first version.


Working with Markdown

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
  • Toggle preview (Shift+CMD+V on macOS or Shift+Ctrl+V on Windows and Linux)
  • Press Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft