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

CDBVS

Preview

CLYDE

|
17 installs
| (0) | Free
A desktop VS Code editor for CastleDB .cdb files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CDBVS

CDBVS is a desktop VS Code extension for editing CastleDB .cdb files in a spreadsheet-style interface.

Features

  • Switch between CastleDB sheets with persistent sheet tabs.
  • Edit text, numbers, booleans, enums, references, lists, and JSON-backed values.
  • Add, edit, move, and delete rows and columns.
  • Add sheets and edit sheet and column metadata.
  • Search, filter, and sort rows.
  • Use keyboard shortcuts to select, copy, cut, paste, and move rows.
  • Edit raw JSON when a value is not represented by a specialized control.
  • Validate and format the current CastleDB file.

Usage

  1. Open a .cdb file in desktop VS Code.
  2. CDBVS Editor should open automatically. If it does not, right-click the file and choose Open With > CDBVS Editor.
  3. Use the sheet tabs and table controls to edit the database.

The extension is for desktop VS Code only; web and mobile VS Code are not supported.

Development

Install dependencies with npm install, then run npm run build to type-check the TypeScript host/domain code and bundle the extension and webview. npm test builds first and runs the parser, protocol, extension-host, and webview tests. npm run package creates the production bundles used by VSIX packaging.

Install from a VSIX

  1. Open the Extensions view in VS Code.
  2. Select the ... menu.
  3. Choose Install from VSIX... and select the downloaded .vsix file.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft