Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>bcfoldNew to Visual Studio Code? Get it now.
bcfold

bcfold

swc

|
8 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Functions

  • Extension will respect settings, that is permanent per users:
    • excludes which is array of string, denotes name of the property that we want to remove.
  • Provides:
    • Simplify Current File: Removes all occurences of properties inside of JSON, if property name is in excludes.
    • Fold Current File: Folds all occurences of properties inside of JSON, if property name is in excludes. Fold here means folding value bracket with visual studio API.
    • Deep Deserialization: Deserializes string field into object, from deserializes option.
    • SWC Fold: Fold & Deserialize.
    • Select Token: evaluate JPath.
    • Sanitize Visual Studio Copy: Sanitizes Copy from VS debugging watch window. i.e., {[PCD, json]} becomes json.

Options & default

  • excludes: array = ["LocalizedProperties", "MarketProperties", "Markets"]
  • preFormat: boolean = true
  • deserializes: array = ["ClientDisplay"]
    • deserialzes if serialized as string

commands

npm install: to install dependencies npm run compile npm test

vsce package vsce publish

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